Class: Aws::Types::CreateIpamRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamRequest
- 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.
-
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
-
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
-
#operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute operating_regions.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def dry_run @dry_run end |
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def enable_private_gua @enable_private_gua end |
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def metered_account @metered_account end |
#operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute operating_regions.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def @operating_regions end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def tag_specifications @tag_specifications end |
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def tier @tier end |