Class: Aws::EC2::Types::CreateIpamInternetRegistryAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateIpamInternetRegistryAssociationRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#description ⇒ String
A description for the internet registry association.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.
-
#ipam_id ⇒ String
The ID of the IPAM to associate with the internet registry.
-
#organization_handle ⇒ String
The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).
-
#rir ⇒ String
The Regional Internet Registry to associate with.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to assign to the internet registry association.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.
A suitable default value is auto-generated. You should normally not need to pass this option.
12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12556 class CreateIpamInternetRegistryAssociationRequest < Struct.new( :dry_run, :ipam_id, :rir, :organization_handle, :description, :tag_specifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the internet registry association.
12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12556 class CreateIpamInternetRegistryAssociationRequest < Struct.new( :dry_run, :ipam_id, :rir, :organization_handle, :description, :tag_specifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the operation,
without actually making the request, and provides an error response.
If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12556 class CreateIpamInternetRegistryAssociationRequest < Struct.new( :dry_run, :ipam_id, :rir, :organization_handle, :description, :tag_specifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#ipam_id ⇒ String
The ID of the IPAM to associate with the internet registry.
12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12556 class CreateIpamInternetRegistryAssociationRequest < Struct.new( :dry_run, :ipam_id, :rir, :organization_handle, :description, :tag_specifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#organization_handle ⇒ String
The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).
12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12556 class CreateIpamInternetRegistryAssociationRequest < Struct.new( :dry_run, :ipam_id, :rir, :organization_handle, :description, :tag_specifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#rir ⇒ String
The Regional Internet Registry to associate with. Possible values:
ripe- RIPE NCC (Europe, the Middle East, and Central Asia).apnic- APNIC (Asia Pacific).arin- ARIN (North America).lacnic- LACNIC (Latin America and the Caribbean).
12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12556 class CreateIpamInternetRegistryAssociationRequest < Struct.new( :dry_run, :ipam_id, :rir, :organization_handle, :description, :tag_specifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to assign to the internet registry association.
12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12556 class CreateIpamInternetRegistryAssociationRequest < Struct.new( :dry_run, :ipam_id, :rir, :organization_handle, :description, :tag_specifications, :client_token) SENSITIVE = [] include Aws::Structure end |