Class: Aws::Types::Ec2InstanceConnectEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::Ec2InstanceConnectEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#fips_dns_name ⇒ ::String
Returns the value of attribute fips_dns_name.
-
#instance_connect_endpoint_arn ⇒ ::String
Returns the value of attribute instance_connect_endpoint_arn.
-
#instance_connect_endpoint_id ⇒ ::String
Returns the value of attribute instance_connect_endpoint_id.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_ids.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
-
#public_dns_names ⇒ Types::InstanceConnectEndpointPublicDnsNames
Returns the value of attribute public_dns_names.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
8696 8697 8698 |
# File 'sig/types.rbs', line 8696 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
8704 8705 8706 |
# File 'sig/types.rbs', line 8704 def availability_zone_id @availability_zone_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
8697 8698 8699 |
# File 'sig/types.rbs', line 8697 def created_at @created_at end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
8692 8693 8694 |
# File 'sig/types.rbs', line 8692 def dns_name @dns_name end |
#fips_dns_name ⇒ ::String
Returns the value of attribute fips_dns_name.
8693 8694 8695 |
# File 'sig/types.rbs', line 8693 def fips_dns_name @fips_dns_name end |
#instance_connect_endpoint_arn ⇒ ::String
Returns the value of attribute instance_connect_endpoint_arn.
8689 8690 8691 |
# File 'sig/types.rbs', line 8689 def instance_connect_endpoint_arn @instance_connect_endpoint_arn end |
#instance_connect_endpoint_id ⇒ ::String
Returns the value of attribute instance_connect_endpoint_id.
8688 8689 8690 |
# File 'sig/types.rbs', line 8688 def instance_connect_endpoint_id @instance_connect_endpoint_id end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
8702 8703 8704 |
# File 'sig/types.rbs', line 8702 def ip_address_type @ip_address_type end |
#network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_ids.
8694 8695 8696 |
# File 'sig/types.rbs', line 8694 def network_interface_ids @network_interface_ids end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
8687 8688 8689 |
# File 'sig/types.rbs', line 8687 def owner_id @owner_id end |
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
8699 8700 8701 |
# File 'sig/types.rbs', line 8699 def preserve_client_ip @preserve_client_ip end |
#public_dns_names ⇒ Types::InstanceConnectEndpointPublicDnsNames
Returns the value of attribute public_dns_names.
8703 8704 8705 |
# File 'sig/types.rbs', line 8703 def public_dns_names @public_dns_names end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
8700 8701 8702 |
# File 'sig/types.rbs', line 8700 def security_group_ids @security_group_ids end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
8690 8691 8692 |
# File 'sig/types.rbs', line 8690 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
8691 8692 8693 |
# File 'sig/types.rbs', line 8691 def @state_message end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
8698 8699 8700 |
# File 'sig/types.rbs', line 8698 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8701 8702 8703 |
# File 'sig/types.rbs', line 8701 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8695 8696 8697 |
# File 'sig/types.rbs', line 8695 def vpc_id @vpc_id end |