Class: Aws::Types::CreateKeyPairRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_pair_name::String

Returns the value of attribute key_pair_name.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def key_pair_name
  @key_pair_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def tags
  @tags
end