Class: Aws::Types::CreateIpamInternetRegistryAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamInternetRegistryAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#organization_handle ⇒ ::String
Returns the value of attribute organization_handle.
-
#rir ⇒ "ripe", ...
Returns the value of attribute rir.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def ipam_id @ipam_id end |
#organization_handle ⇒ ::String
Returns the value of attribute organization_handle.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def organization_handle @organization_handle end |
#rir ⇒ "ripe", ...
Returns the value of attribute rir.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def rir @rir end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def tag_specifications @tag_specifications end |