Class: Aws::Types::GetPasswordDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetPasswordDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#password_data ⇒ ::String
Returns the value of attribute password_data.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
10724 10725 10726 |
# File 'sig/types.rbs', line 10724 def instance_id @instance_id end |
#password_data ⇒ ::String
Returns the value of attribute password_data.
10726 10727 10728 |
# File 'sig/types.rbs', line 10726 def password_data @password_data end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
10725 10726 10727 |
# File 'sig/types.rbs', line 10725 def @timestamp end |