Class: Aws::EC2::Types::IpamPoolSourceResource

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

Overview

The resource used to provision CIDRs to a resource planning pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The source resource ID.

Returns:

  • (String)


42949
42950
42951
42952
42953
42954
42955
42956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42949

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

#resource_ownerString

The source resource owner.

Returns:

  • (String)


42949
42950
42951
42952
42953
42954
42955
42956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42949

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

#resource_regionString

The source resource Region.

Returns:

  • (String)


42949
42950
42951
42952
42953
42954
42955
42956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42949

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

#resource_typeString

The source resource type.

Returns:

  • (String)


42949
42950
42951
42952
42953
42954
42955
42956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42949

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