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.
11988 11989 11990 |
# File 'sig/types.rbs', line 11988 def address @address end |
#address_allocation_id ⇒ ::String
Returns the value of attribute address_allocation_id.
11990 11991 11992 |
# File 'sig/types.rbs', line 11990 def address_allocation_id @address_allocation_id end |
#address_owner_id ⇒ ::String
Returns the value of attribute address_owner_id.
11989 11990 11991 |
# File 'sig/types.rbs', line 11989 def address_owner_id @address_owner_id end |
#address_region ⇒ ::String
Returns the value of attribute address_region.
11987 11988 11989 |
# File 'sig/types.rbs', line 11987 def address_region @address_region end |
#address_type ⇒ "service-managed-ip", ...
Returns the value of attribute address_type.
11992 11993 11994 |
# File 'sig/types.rbs', line 11992 def address_type @address_type end |
#association_status ⇒ "associated", "disassociated"
Returns the value of attribute association_status.
11991 11992 11993 |
# File 'sig/types.rbs', line 11991 def association_status @association_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
12000 12001 12002 |
# File 'sig/types.rbs', line 12000 def instance_id @instance_id end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
11986 11987 11988 |
# File 'sig/types.rbs', line 11986 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
12002 12003 12004 |
# File 'sig/types.rbs', line 12002 def network_border_group @network_border_group end |
#network_interface_description ⇒ ::String
Returns the value of attribute network_interface_description.
11999 12000 12001 |
# File 'sig/types.rbs', line 11999 def network_interface_description @network_interface_description end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
11998 11999 12000 |
# File 'sig/types.rbs', line 11998 def network_interface_id @network_interface_id end |
#public_ipv_4_pool_id ⇒ ::String
Returns the value of attribute public_ipv_4_pool_id.
11997 11998 11999 |
# File 'sig/types.rbs', line 11997 def public_ipv_4_pool_id @public_ipv_4_pool_id end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
12004 12005 12006 |
# File 'sig/types.rbs', line 12004 def sample_time @sample_time end |
#security_groups ⇒ ::Array[Types::IpamPublicAddressSecurityGroup]
Returns the value of attribute security_groups.
12003 12004 12005 |
# File 'sig/types.rbs', line 12003 def security_groups @security_groups end |
#service ⇒ "nat-gateway", ...
Returns the value of attribute service.
11993 11994 11995 |
# File 'sig/types.rbs', line 11993 def service @service end |
#service_resource ⇒ ::String
Returns the value of attribute service_resource.
11994 11995 11996 |
# File 'sig/types.rbs', line 11994 def service_resource @service_resource end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
11996 11997 11998 |
# File 'sig/types.rbs', line 11996 def subnet_id @subnet_id end |
#tags ⇒ Types::IpamPublicAddressTags
Returns the value of attribute tags.
12001 12002 12003 |
# File 'sig/types.rbs', line 12001 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
11995 11996 11997 |
# File 'sig/types.rbs', line 11995 def vpc_id @vpc_id end |