Class: Aws::Types::IpamDiscoveredPublicAddress
- Inherits:
-
Object
- Object
- Aws::Types::IpamDiscoveredPublicAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#address_allocation_id ⇒ ::String
Returns the value of attribute address_allocation_id.
-
#address_owner_id ⇒ ::String
Returns the value of attribute address_owner_id.
-
#address_region ⇒ ::String
Returns the value of attribute address_region.
-
#address_type ⇒ "service-managed-ip", ...
Returns the value of attribute address_type.
-
#association_status ⇒ "associated", "disassociated"
Returns the value of attribute association_status.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#network_interface_description ⇒ ::String
Returns the value of attribute network_interface_description.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#public_ipv_4_pool_id ⇒ ::String
Returns the value of attribute public_ipv_4_pool_id.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
-
#security_groups ⇒ ::Array[Types::IpamPublicAddressSecurityGroup]
Returns the value of attribute security_groups.
-
#service ⇒ "nat-gateway", ...
Returns the value of attribute service.
-
#service_resource ⇒ ::String
Returns the value of attribute service_resource.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ Types::IpamPublicAddressTags
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
12259 12260 12261 |
# File 'sig/types.rbs', line 12259 def address @address end |
#address_allocation_id ⇒ ::String
Returns the value of attribute address_allocation_id.
12261 12262 12263 |
# File 'sig/types.rbs', line 12261 def address_allocation_id @address_allocation_id end |
#address_owner_id ⇒ ::String
Returns the value of attribute address_owner_id.
12260 12261 12262 |
# File 'sig/types.rbs', line 12260 def address_owner_id @address_owner_id end |
#address_region ⇒ ::String
Returns the value of attribute address_region.
12258 12259 12260 |
# File 'sig/types.rbs', line 12258 def address_region @address_region end |
#address_type ⇒ "service-managed-ip", ...
Returns the value of attribute address_type.
12263 12264 12265 |
# File 'sig/types.rbs', line 12263 def address_type @address_type end |
#association_status ⇒ "associated", "disassociated"
Returns the value of attribute association_status.
12262 12263 12264 |
# File 'sig/types.rbs', line 12262 def association_status @association_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
12271 12272 12273 |
# File 'sig/types.rbs', line 12271 def instance_id @instance_id end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
12257 12258 12259 |
# File 'sig/types.rbs', line 12257 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
12273 12274 12275 |
# File 'sig/types.rbs', line 12273 def network_border_group @network_border_group end |
#network_interface_description ⇒ ::String
Returns the value of attribute network_interface_description.
12270 12271 12272 |
# File 'sig/types.rbs', line 12270 def network_interface_description @network_interface_description end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
12269 12270 12271 |
# File 'sig/types.rbs', line 12269 def network_interface_id @network_interface_id end |
#public_ipv_4_pool_id ⇒ ::String
Returns the value of attribute public_ipv_4_pool_id.
12268 12269 12270 |
# File 'sig/types.rbs', line 12268 def public_ipv_4_pool_id @public_ipv_4_pool_id end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
12275 12276 12277 |
# File 'sig/types.rbs', line 12275 def sample_time @sample_time end |
#security_groups ⇒ ::Array[Types::IpamPublicAddressSecurityGroup]
Returns the value of attribute security_groups.
12274 12275 12276 |
# File 'sig/types.rbs', line 12274 def security_groups @security_groups end |
#service ⇒ "nat-gateway", ...
Returns the value of attribute service.
12264 12265 12266 |
# File 'sig/types.rbs', line 12264 def service @service end |
#service_resource ⇒ ::String
Returns the value of attribute service_resource.
12265 12266 12267 |
# File 'sig/types.rbs', line 12265 def service_resource @service_resource end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12267 12268 12269 |
# File 'sig/types.rbs', line 12267 def subnet_id @subnet_id end |
#tags ⇒ Types::IpamPublicAddressTags
Returns the value of attribute tags.
12272 12273 12274 |
# File 'sig/types.rbs', line 12272 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12266 12267 12268 |
# File 'sig/types.rbs', line 12266 def vpc_id @vpc_id end |