Class: Aws::EC2::Types::IpamPoolSourceResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamPoolSourceResource
- 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
-
#resource_id ⇒ String
The source resource ID.
-
#resource_owner ⇒ String
The source resource owner.
-
#resource_region ⇒ String
The source resource Region.
-
#resource_type ⇒ String
The source resource type.
Instance Attribute Details
#resource_id ⇒ String
The source resource ID.
46260 46261 46262 46263 46264 46265 46266 46267 |
# File 'lib/aws-sdk-ec2/types.rb', line 46260 class IpamPoolSourceResource < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The source resource owner.
46260 46261 46262 46263 46264 46265 46266 46267 |
# File 'lib/aws-sdk-ec2/types.rb', line 46260 class IpamPoolSourceResource < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_region ⇒ String
The source resource Region.
46260 46261 46262 46263 46264 46265 46266 46267 |
# File 'lib/aws-sdk-ec2/types.rb', line 46260 class IpamPoolSourceResource < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The source resource type.
46260 46261 46262 46263 46264 46265 46266 46267 |
# File 'lib/aws-sdk-ec2/types.rb', line 46260 class IpamPoolSourceResource < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |