Class: Aws::Types::Ec2InstanceConnectEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


8907
8908
8909
# File 'sig/types.rbs', line 8907

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


8915
8916
8917
# File 'sig/types.rbs', line 8915

def availability_zone_id
  @availability_zone_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


8908
8909
8910
# File 'sig/types.rbs', line 8908

def created_at
  @created_at
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


8903
8904
8905
# File 'sig/types.rbs', line 8903

def dns_name
  @dns_name
end

#fips_dns_name::String

Returns the value of attribute fips_dns_name.

Returns:

  • (::String)


8904
8905
8906
# File 'sig/types.rbs', line 8904

def fips_dns_name
  @fips_dns_name
end

#instance_connect_endpoint_arn::String

Returns the value of attribute instance_connect_endpoint_arn.

Returns:

  • (::String)


8900
8901
8902
# File 'sig/types.rbs', line 8900

def instance_connect_endpoint_arn
  @instance_connect_endpoint_arn
end

#instance_connect_endpoint_id::String

Returns the value of attribute instance_connect_endpoint_id.

Returns:

  • (::String)


8899
8900
8901
# File 'sig/types.rbs', line 8899

def instance_connect_endpoint_id
  @instance_connect_endpoint_id
end

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack", "ipv6")


8913
8914
8915
# File 'sig/types.rbs', line 8913

def ip_address_type
  @ip_address_type
end

#network_interface_ids::Array[::String]

Returns the value of attribute network_interface_ids.

Returns:

  • (::Array[::String])


8905
8906
8907
# File 'sig/types.rbs', line 8905

def network_interface_ids
  @network_interface_ids
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


8898
8899
8900
# File 'sig/types.rbs', line 8898

def owner_id
  @owner_id
end

#preserve_client_ipBoolean

Returns the value of attribute preserve_client_ip.

Returns:

  • (Boolean)


8910
8911
8912
# File 'sig/types.rbs', line 8910

def preserve_client_ip
  @preserve_client_ip
end

#public_dns_namesTypes::InstanceConnectEndpointPublicDnsNames

Returns the value of attribute public_dns_names.



8914
8915
8916
# File 'sig/types.rbs', line 8914

def public_dns_names
  @public_dns_names
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


8911
8912
8913
# File 'sig/types.rbs', line 8911

def security_group_ids
  @security_group_ids
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "delete-in-progress", "delete-complete", "delete-failed", "update-in-progress", "update-complete", "update-failed")


8901
8902
8903
# File 'sig/types.rbs', line 8901

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


8902
8903
8904
# File 'sig/types.rbs', line 8902

def state_message
  @state_message
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


8909
8910
8911
# File 'sig/types.rbs', line 8909

def subnet_id
  @subnet_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8912
8913
8914
# File 'sig/types.rbs', line 8912

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


8906
8907
8908
# File 'sig/types.rbs', line 8906

def vpc_id
  @vpc_id
end