Class: Aws::Types::InstanceAccessDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cert_key::String

Returns the value of attribute cert_key.

Returns:



2163
2164
2165
# File 'sig/types.rbs', line 2163

def cert_key
  @cert_key
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:



2164
2165
2166
# File 'sig/types.rbs', line 2164

def expires_at
  @expires_at
end

#host_keys::Array[Types::HostKeyAttributes]

Returns the value of attribute host_keys.

Returns:



2173
2174
2175
# File 'sig/types.rbs', line 2173

def host_keys
  @host_keys
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:



2171
2172
2173
# File 'sig/types.rbs', line 2171

def instance_name
  @instance_name
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:



2165
2166
2167
# File 'sig/types.rbs', line 2165

def ip_address
  @ip_address
end

#ipv6_addresses::Array[::String]

Returns the value of attribute ipv6_addresses.

Returns:



2166
2167
2168
# File 'sig/types.rbs', line 2166

def ipv6_addresses
  @ipv6_addresses
end

#password::String

Returns the value of attribute password.

Returns:



2167
2168
2169
# File 'sig/types.rbs', line 2167

def password
  @password
end

#password_dataTypes::PasswordData

Returns the value of attribute password_data.

Returns:



2168
2169
2170
# File 'sig/types.rbs', line 2168

def password_data
  @password_data
end

#private_key::String

Returns the value of attribute private_key.

Returns:



2169
2170
2171
# File 'sig/types.rbs', line 2169

def private_key
  @private_key
end

#protocol"ssh", "rdp"

Returns the value of attribute protocol.

Returns:



2170
2171
2172
# File 'sig/types.rbs', line 2170

def protocol
  @protocol
end

#username::String

Returns the value of attribute username.

Returns:



2172
2173
2174
# File 'sig/types.rbs', line 2172

def username
  @username
end