Class: Aws::Types::UpdateHostKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def description
  @description
end

#host_key_id::String

Returns the value of attribute host_key_id.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def host_key_id
  @host_key_id
end

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def server_id
  @server_id
end