Class: Aws::Types::IpamResourceCidr
- Inherits:
-
Object
- Object
- Aws::Types::IpamResourceCidr
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#compliance_status ⇒ "compliant", ...
Returns the value of attribute compliance_status.
-
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
-
#management_state ⇒ "managed", ...
Returns the value of attribute management_state.
-
#overlap_status ⇒ "overlapping", ...
Returns the value of attribute overlap_status.
-
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
12277 12278 12279 |
# File 'sig/types.rbs', line 12277 def availability_zone_id @availability_zone_id end |
#compliance_status ⇒ "compliant", ...
Returns the value of attribute compliance_status.
12273 12274 12275 |
# File 'sig/types.rbs', line 12273 def compliance_status @compliance_status end |
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
12272 12273 12274 |
# File 'sig/types.rbs', line 12272 def ip_usage @ip_usage end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12262 12263 12264 |
# File 'sig/types.rbs', line 12262 def ipam_id @ipam_id end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12264 12265 12266 |
# File 'sig/types.rbs', line 12264 def ipam_pool_id @ipam_pool_id end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
12263 12264 12265 |
# File 'sig/types.rbs', line 12263 def ipam_scope_id @ipam_scope_id end |
#management_state ⇒ "managed", ...
Returns the value of attribute management_state.
12274 12275 12276 |
# File 'sig/types.rbs', line 12274 def management_state @management_state end |
#overlap_status ⇒ "overlapping", ...
Returns the value of attribute overlap_status.
12275 12276 12277 |
# File 'sig/types.rbs', line 12275 def overlap_status @overlap_status end |
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
12269 12270 12271 |
# File 'sig/types.rbs', line 12269 def resource_cidr @resource_cidr end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12267 12268 12269 |
# File 'sig/types.rbs', line 12267 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
12268 12269 12270 |
# File 'sig/types.rbs', line 12268 def resource_name @resource_name end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
12266 12267 12268 |
# File 'sig/types.rbs', line 12266 def resource_owner_id @resource_owner_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12265 12266 12267 |
# File 'sig/types.rbs', line 12265 def resource_region @resource_region end |
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
12271 12272 12273 |
# File 'sig/types.rbs', line 12271 def @resource_tags end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12270 12271 12272 |
# File 'sig/types.rbs', line 12270 def resource_type @resource_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12276 12277 12278 |
# File 'sig/types.rbs', line 12276 def vpc_id @vpc_id end |