Class: Aws::Types::DescribedHostKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def arn
  @arn
end

#date_imported::Time

Returns the value of attribute date_imported.

Returns:

  • (::Time)


561
562
563
# File 'sig/types.rbs', line 561

def date_imported
  @date_imported
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def description
  @description
end

#host_key_fingerprint::String

Returns the value of attribute host_key_fingerprint.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def host_key_fingerprint
  @host_key_fingerprint
end

#host_key_id::String

Returns the value of attribute host_key_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def host_key_id
  @host_key_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def type
  @type
end