Class: Aws::VPCLattice::Types::PayerResponsibilityEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Specifies which account pays for a category of charges on a VPC endpoint association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payer_responsibility_typeString

The account that pays this category of charges. VpcEndpointAccount owns the VPC endpoint. ResourceGatewayAccount owns the resource gateway.

Returns:

  • (String)


4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4142

class PayerResponsibilityEntry < Struct.new(
  :scope,
  :payer_responsibility_type)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

The category of charges that this entry applies to. ResourceGatewayCharges covers the resource gateway's data processing charge.

Returns:

  • (String)


4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4142

class PayerResponsibilityEntry < Struct.new(
  :scope,
  :payer_responsibility_type)
  SENSITIVE = []
  include Aws::Structure
end