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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


42889
42890
42891
42892
42893
42894
42895
42896
# File 'lib/aws-sdk-ec2/types.rb', line 42889

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)


42889
42890
42891
42892
42893
42894
42895
42896
# File 'lib/aws-sdk-ec2/types.rb', line 42889

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)


42889
42890
42891
42892
42893
42894
42895
42896
# File 'lib/aws-sdk-ec2/types.rb', line 42889

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)


42889
42890
42891
42892
42893
42894
42895
42896
# File 'lib/aws-sdk-ec2/types.rb', line 42889

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