Class: Aws::Types::GetParametersForImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetParametersForImportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_token ⇒ ::String
Returns the value of attribute import_token.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#parameters_valid_to ⇒ ::Time
Returns the value of attribute parameters_valid_to.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
Instance Attribute Details
#import_token ⇒ ::String
Returns the value of attribute import_token.
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.
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.
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.
483 484 485 |
# File 'sig/types.rbs', line 483 def public_key @public_key end |