Class: Aws::EC2::Types::PrefixListAssociation

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

Overview

Describes the resource with which a prefix list is associated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)


53786
53787
53788
53789
53790
53791
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53786

class PrefixListAssociation < Struct.new(
  :resource_id,
  :resource_owner)
  SENSITIVE = []
  include Aws::Structure
end

#resource_ownerString

The owner of the resource.

Returns:

  • (String)


53786
53787
53788
53789
53790
53791
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53786

class PrefixListAssociation < Struct.new(
  :resource_id,
  :resource_owner)
  SENSITIVE = []
  include Aws::Structure
end