Class: Aws::EC2::Types::IpamPoolSourceResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamPoolSourceResourceRequest
- 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
-
#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.
44714 44715 44716 44717 44718 44719 44720 44721 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44714 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The source resource owner.
44714 44715 44716 44717 44718 44719 44720 44721 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44714 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_region ⇒ String
The source resource Region.
44714 44715 44716 44717 44718 44719 44720 44721 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44714 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The source resource type.
44714 44715 44716 44717 44718 44719 44720 44721 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44714 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end |