Class: Aws::Types::GetParametersForImportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:public_key])

Instance Attribute Summary collapse

Instance Attribute Details

#import_token::String

Returns the value of attribute import_token.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def import_token
  @import_token
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def key_id
  @key_id
end

#parameters_valid_to::Time

Returns the value of attribute parameters_valid_to.

Returns:

  • (::Time)


484
485
486
# File 'sig/types.rbs', line 484

def parameters_valid_to
  @parameters_valid_to
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def public_key
  @public_key
end