Class: Aws::Types::PublicKeySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


3077
3078
3079
# File 'sig/types.rbs', line 3077

def comment
  @comment
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3075
3076
3077
# File 'sig/types.rbs', line 3075

def created_time
  @created_time
end

#encoded_key::String

Returns the value of attribute encoded_key.

Returns:

  • (::String)


3076
3077
3078
# File 'sig/types.rbs', line 3076

def encoded_key
  @encoded_key
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def name
  @name
end