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.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 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.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def dry_run @dry_run end |
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 def enable_private_gua @enable_private_gua end |
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def metered_account @metered_account end |
#operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute operating_regions.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def @operating_regions end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def tag_specifications @tag_specifications end |
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def tier @tier end |