Class: Aws::Types::GetAuthorizationTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAuthorizationTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
350 351 352 |
# File 'sig/types.rbs', line 350 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
351 352 353 |
# File 'sig/types.rbs', line 351 def domain_owner @domain_owner end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
352 353 354 |
# File 'sig/types.rbs', line 352 def duration_seconds @duration_seconds end |