Class: Aws::Types::IpamScope
- Inherits:
-
Object
- Object
- Aws::Types::IpamScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#external_authority_configuration ⇒ Types::IpamScopeExternalAuthorityConfiguration
Returns the value of attribute external_authority_configuration.
-
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#ipam_scope_arn ⇒ ::String
Returns the value of attribute ipam_scope_arn.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
-
#ipam_scope_type ⇒ "public", "private"
Returns the value of attribute ipam_scope_type.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#pool_count ⇒ ::Integer
Returns the value of attribute pool_count.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
12324 12325 12326 |
# File 'sig/types.rbs', line 12324 def description @description end |
#external_authority_configuration ⇒ Types::IpamScopeExternalAuthorityConfiguration
Returns the value of attribute external_authority_configuration.
12328 12329 12330 |
# File 'sig/types.rbs', line 12328 def @external_authority_configuration end |
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12320 12321 12322 |
# File 'sig/types.rbs', line 12320 def ipam_arn @ipam_arn end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12321 12322 12323 |
# File 'sig/types.rbs', line 12321 def ipam_region @ipam_region end |
#ipam_scope_arn ⇒ ::String
Returns the value of attribute ipam_scope_arn.
12319 12320 12321 |
# File 'sig/types.rbs', line 12319 def ipam_scope_arn @ipam_scope_arn end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
12318 12319 12320 |
# File 'sig/types.rbs', line 12318 def ipam_scope_id @ipam_scope_id end |
#ipam_scope_type ⇒ "public", "private"
Returns the value of attribute ipam_scope_type.
12322 12323 12324 |
# File 'sig/types.rbs', line 12322 def ipam_scope_type @ipam_scope_type end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
12323 12324 12325 |
# File 'sig/types.rbs', line 12323 def is_default @is_default end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12317 12318 12319 |
# File 'sig/types.rbs', line 12317 def owner_id @owner_id end |
#pool_count ⇒ ::Integer
Returns the value of attribute pool_count.
12325 12326 12327 |
# File 'sig/types.rbs', line 12325 def pool_count @pool_count end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12326 12327 12328 |
# File 'sig/types.rbs', line 12326 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12327 12328 12329 |
# File 'sig/types.rbs', line 12327 def @tags end |