Class: Aws::EC2::Types::PayerResponsibilityEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PayerResponsibilityEntry
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a payer responsibility setting for a VPC endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payer_responsibility_type ⇒ String
The Amazon Web Services account to which the usage is charged.
-
#scope ⇒ String
The scope of usage/charges.
Instance Attribute Details
#payer_responsibility_type ⇒ String
The Amazon Web Services account to which the usage is charged.
69525 69526 69527 69528 69529 69530 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69525 class PayerResponsibilityEntry < Struct.new( :scope, :payer_responsibility_type) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
The scope of usage/charges.
69525 69526 69527 69528 69529 69530 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69525 class PayerResponsibilityEntry < Struct.new( :scope, :payer_responsibility_type) SENSITIVE = [] include Aws::Structure end |