Class: Aws::Types::IpamDiscoveredResourceCidr
- Inherits:
-
Object
- Object
- Aws::Types::IpamDiscoveredResourceCidr
- 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.
-
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
-
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#network_interface_attachment_status ⇒ "available", "in-use"
Returns the value of attribute network_interface_attachment_status.
-
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#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.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#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.
12293 12294 12295 |
# File 'sig/types.rbs', line 12293 def availability_zone_id @availability_zone_id end |
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
12285 12286 12287 |
# File 'sig/types.rbs', line 12285 def ip_source @ip_source end |
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
12288 12289 12290 |
# File 'sig/types.rbs', line 12288 def ip_usage @ip_usage end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
12280 12281 12282 |
# File 'sig/types.rbs', line 12280 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#network_interface_attachment_status ⇒ "available", "in-use"
Returns the value of attribute network_interface_attachment_status.
12291 12292 12293 |
# File 'sig/types.rbs', line 12291 def @network_interface_attachment_status end |
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
12284 12285 12286 |
# File 'sig/types.rbs', line 12284 def resource_cidr @resource_cidr end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12282 12283 12284 |
# File 'sig/types.rbs', line 12282 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
12283 12284 12285 |
# File 'sig/types.rbs', line 12283 def resource_owner_id @resource_owner_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12281 12282 12283 |
# File 'sig/types.rbs', line 12281 def resource_region @resource_region end |
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
12287 12288 12289 |
# File 'sig/types.rbs', line 12287 def @resource_tags end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12286 12287 12288 |
# File 'sig/types.rbs', line 12286 def resource_type @resource_type end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
12292 12293 12294 |
# File 'sig/types.rbs', line 12292 def sample_time @sample_time end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12290 12291 12292 |
# File 'sig/types.rbs', line 12290 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12289 12290 12291 |
# File 'sig/types.rbs', line 12289 def vpc_id @vpc_id end |