Class: Aws::Types::GetClientTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetClientTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
-
#secret ⇒ ::String
Returns the value of attribute secret.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def @client_metadata end |
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def scopes @scopes end |
#secret ⇒ ::String
Returns the value of attribute secret.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def secret @secret end |