Class: Aws::VPCLattice::Types::PayerResponsibilityEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::PayerResponsibilityEntry
- 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
-
#payer_responsibility_type ⇒ String
The account that pays this category of charges.
-
#scope ⇒ String
The category of charges that this entry applies to.
Instance Attribute Details
#payer_responsibility_type ⇒ String
The account that pays this category of charges. VpcEndpointAccount
owns the VPC endpoint. ResourceGatewayAccount owns the resource
gateway.
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 |
#scope ⇒ String
The category of charges that this entry applies to.
ResourceGatewayCharges covers the resource gateway's data
processing charge.
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 |