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.
10282 10283 10284 |
# File 'sig/types.rbs', line 10282 def instance_id @instance_id end |
#password_data ⇒ ::String
Returns the value of attribute password_data.
10284 10285 10286 |
# File 'sig/types.rbs', line 10284 def password_data @password_data end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
10283 10284 10285 |
# File 'sig/types.rbs', line 10283 def @timestamp end |