Class: Aws::Types::CreatePublicKeyResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def etag
  @etag
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def location
  @location
end

#public_keyTypes::PublicKey

Returns the value of attribute public_key.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def public_key
  @public_key
end