Class: Aws::Types::UpdatePublicKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4112
4113
4114
# File 'sig/types.rbs', line 4112

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4113
4114
4115
# File 'sig/types.rbs', line 4113

def if_match
  @if_match
end

#public_key_configTypes::PublicKeyConfig

Returns the value of attribute public_key_config.



4111
4112
4113
# File 'sig/types.rbs', line 4111

def public_key_config
  @public_key_config
end