Class: Aws::Types::Ipam
- Inherits:
-
Object
- Object
- Aws::Types::Ipam
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_resource_discovery_association_id ⇒ ::String
Returns the value of attribute default_resource_discovery_association_id.
-
#default_resource_discovery_id ⇒ ::String
Returns the value of attribute default_resource_discovery_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
-
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
-
#operating_regions ⇒ ::Array[Types::IpamOperatingRegion]
Returns the value of attribute operating_regions.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#private_default_scope_id ⇒ ::String
Returns the value of attribute private_default_scope_id.
-
#public_default_scope_id ⇒ ::String
Returns the value of attribute public_default_scope_id.
-
#resource_discovery_association_count ⇒ ::Integer
Returns the value of attribute resource_discovery_association_count.
-
#scope_count ⇒ ::Integer
Returns the value of attribute scope_count.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
Instance Attribute Details
#default_resource_discovery_association_id ⇒ ::String
Returns the value of attribute default_resource_discovery_association_id.
12434 12435 12436 |
# File 'sig/types.rbs', line 12434 def default_resource_discovery_association_id @default_resource_discovery_association_id end |
#default_resource_discovery_id ⇒ ::String
Returns the value of attribute default_resource_discovery_id.
12433 12434 12435 |
# File 'sig/types.rbs', line 12433 def default_resource_discovery_id @default_resource_discovery_id end |
#description ⇒ ::String
Returns the value of attribute description.
12429 12430 12431 |
# File 'sig/types.rbs', line 12429 def description @description end |
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
12438 12439 12440 |
# File 'sig/types.rbs', line 12438 def enable_private_gua @enable_private_gua end |
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12424 12425 12426 |
# File 'sig/types.rbs', line 12424 def ipam_arn @ipam_arn end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12423 12424 12425 |
# File 'sig/types.rbs', line 12423 def ipam_id @ipam_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12425 12426 12427 |
# File 'sig/types.rbs', line 12425 def ipam_region @ipam_region end |
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
12439 12440 12441 |
# File 'sig/types.rbs', line 12439 def metered_account @metered_account end |
#operating_regions ⇒ ::Array[Types::IpamOperatingRegion]
Returns the value of attribute operating_regions.
12430 12431 12432 |
# File 'sig/types.rbs', line 12430 def @operating_regions end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12422 12423 12424 |
# File 'sig/types.rbs', line 12422 def owner_id @owner_id end |
#private_default_scope_id ⇒ ::String
Returns the value of attribute private_default_scope_id.
12427 12428 12429 |
# File 'sig/types.rbs', line 12427 def private_default_scope_id @private_default_scope_id end |
#public_default_scope_id ⇒ ::String
Returns the value of attribute public_default_scope_id.
12426 12427 12428 |
# File 'sig/types.rbs', line 12426 def public_default_scope_id @public_default_scope_id end |
#resource_discovery_association_count ⇒ ::Integer
Returns the value of attribute resource_discovery_association_count.
12435 12436 12437 |
# File 'sig/types.rbs', line 12435 def resource_discovery_association_count @resource_discovery_association_count end |
#scope_count ⇒ ::Integer
Returns the value of attribute scope_count.
12428 12429 12430 |
# File 'sig/types.rbs', line 12428 def scope_count @scope_count end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12431 12432 12433 |
# File 'sig/types.rbs', line 12431 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12436 12437 12438 |
# File 'sig/types.rbs', line 12436 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12432 12433 12434 |
# File 'sig/types.rbs', line 12432 def @tags end |
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
12437 12438 12439 |
# File 'sig/types.rbs', line 12437 def tier @tier end |