Class: Aws::Types::CreateIpamScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamScopeRequest
- 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.
-
#external_authority_configuration ⇒ Types::ExternalAuthorityConfiguration
Returns the value of attribute external_authority_configuration.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#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.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def dry_run @dry_run end |
#external_authority_configuration ⇒ Types::ExternalAuthorityConfiguration
Returns the value of attribute external_authority_configuration.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def @external_authority_configuration end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def ipam_id @ipam_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def tag_specifications @tag_specifications end |