Class: Aws::Types::ImportHostKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:host_key_body])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def description
  @description
end

#host_key_body::String

Returns the value of attribute host_key_body.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def host_key_body
  @host_key_body
end

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def server_id
  @server_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



782
783
784
# File 'sig/types.rbs', line 782

def tags
  @tags
end