Class: Aws::Types::HostKeyAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm::String

Returns the value of attribute algorithm.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def algorithm
  @algorithm
end

#fingerprint_sha1::String

Returns the value of attribute fingerprint_sha1.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def fingerprint_sha1
  @fingerprint_sha1
end

#fingerprint_sha256::String

Returns the value of attribute fingerprint_sha256.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def fingerprint_sha256
  @fingerprint_sha256
end

#not_valid_after::Time

Returns the value of attribute not_valid_after.

Returns:

  • (::Time)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def not_valid_after
  @not_valid_after
end

#not_valid_before::Time

Returns the value of attribute not_valid_before.

Returns:

  • (::Time)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def not_valid_before
  @not_valid_before
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def public_key
  @public_key
end

#witnessed_at::Time

Returns the value of attribute witnessed_at.

Returns:

  • (::Time)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def witnessed_at
  @witnessed_at
end