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

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2753
2754
2755
# File 'sig/types.rbs', line 2753

def dry_run
  @dry_run
end

#key_format"pem", "ppk"

Returns the value of attribute key_format.

Returns:

  • ("pem", "ppk")


2752
2753
2754
# File 'sig/types.rbs', line 2752

def key_format
  @key_format
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def key_name
  @key_name
end

#key_type"rsa", "ed25519"

Returns the value of attribute key_type.

Returns:

  • ("rsa", "ed25519")


2750
2751
2752
# File 'sig/types.rbs', line 2750

def key_type
  @key_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2751
2752
2753
# File 'sig/types.rbs', line 2751

def tag_specifications
  @tag_specifications
end