Class: Aws::Types::PublicKeyConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caller_reference::String

Returns the value of attribute caller_reference.

Returns:

  • (::String)


3052
3053
3054
# File 'sig/types.rbs', line 3052

def caller_reference
  @caller_reference
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


3055
3056
3057
# File 'sig/types.rbs', line 3055

def comment
  @comment
end

#encoded_key::String

Returns the value of attribute encoded_key.

Returns:

  • (::String)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def encoded_key
  @encoded_key
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def name
  @name
end