Class: Aws::EC2::Types::IpamPoolSourceResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamPoolSourceResourceRequest
- 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.
43625 43626 43627 43628 43629 43630 43631 43632 |
# File 'lib/aws-sdk-ec2/types.rb', line 43625 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The source resource owner.
43625 43626 43627 43628 43629 43630 43631 43632 |
# File 'lib/aws-sdk-ec2/types.rb', line 43625 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_region ⇒ String
The source resource Region.
43625 43626 43627 43628 43629 43630 43631 43632 |
# File 'lib/aws-sdk-ec2/types.rb', line 43625 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The source resource type.
43625 43626 43627 43628 43629 43630 43631 43632 |
# File 'lib/aws-sdk-ec2/types.rb', line 43625 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |