Class: Aws::Types::InstanceAccessDetails
- Inherits:
-
Object
- Object
- Aws::Types::InstanceAccessDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cert_key ⇒ ::String
Returns the value of attribute cert_key.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#host_keys ⇒ ::Array[Types::HostKeyAttributes]
Returns the value of attribute host_keys.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#ipv6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv6_addresses.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#password_data ⇒ Types::PasswordData
Returns the value of attribute password_data.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#protocol ⇒ "ssh", "rdp"
Returns the value of attribute protocol.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#cert_key ⇒ ::String
Returns the value of attribute cert_key.
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.
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.
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.
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.
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.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def ipv6_addresses @ipv6_addresses end |
#password ⇒ ::String
Returns the value of attribute password.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def password @password end |
#password_data ⇒ Types::PasswordData
Returns the value of attribute password_data.
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.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def private_key @private_key end |
#protocol ⇒ "ssh", "rdp"
Returns the value of attribute protocol.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def protocol @protocol end |
#username ⇒ ::String
Returns the value of attribute username.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def username @username end |