Class: Aws::Types::GetCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCredentialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
317 318 319 |
# File 'sig/types.rbs', line 317 def custom_domain_name @custom_domain_name end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
318 319 320 |
# File 'sig/types.rbs', line 318 def db_name @db_name end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
319 320 321 |
# File 'sig/types.rbs', line 319 def duration_seconds @duration_seconds end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def workgroup_name @workgroup_name end |