Class: Aws::Types::ModifyIpamRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute add_operating_regions.
-
#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.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
-
#remove_operating_regions ⇒ ::Array[Types::RemoveIpamOperatingRegion]
Returns the value of attribute remove_operating_regions.
-
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
Instance Attribute Details
#add_operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute add_operating_regions.
13660 13661 13662 |
# File 'sig/types.rbs', line 13660 def @add_operating_regions end |
#description ⇒ ::String
Returns the value of attribute description.
13659 13660 13661 |
# File 'sig/types.rbs', line 13659 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13657 13658 13659 |
# File 'sig/types.rbs', line 13657 def dry_run @dry_run end |
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
13663 13664 13665 |
# File 'sig/types.rbs', line 13663 def enable_private_gua @enable_private_gua end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
13658 13659 13660 |
# File 'sig/types.rbs', line 13658 def ipam_id @ipam_id end |
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
13664 13665 13666 |
# File 'sig/types.rbs', line 13664 def metered_account @metered_account end |
#remove_operating_regions ⇒ ::Array[Types::RemoveIpamOperatingRegion]
Returns the value of attribute remove_operating_regions.
13661 13662 13663 |
# File 'sig/types.rbs', line 13661 def @remove_operating_regions end |
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
13662 13663 13664 |
# File 'sig/types.rbs', line 13662 def tier @tier end |