Class: Aws::EC2::Types::PayerResponsibilityEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#payer_responsibility_typeString

The Amazon Web Services account to which the usage is charged.

Returns:

  • (String)


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

#scopeString

The scope of usage/charges.

Returns:

  • (String)


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