Class: Aws::Types::GetProgrammaticAccessCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProgrammaticAccessCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
-
#duration_in_minutes ⇒ ::Integer
Returns the value of attribute duration_in_minutes.
Instance Attribute Details
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
356 357 358 |
# File 'sig/types.rbs', line 356 def credentials @credentials end |
#duration_in_minutes ⇒ ::Integer
Returns the value of attribute duration_in_minutes.
357 358 359 |
# File 'sig/types.rbs', line 357 def duration_in_minutes @duration_in_minutes end |