Class: Aws::Types::GetOpenIdTokenForDeveloperIdentityInput
- Inherits:
-
Object
- Object
- Aws::Types::GetOpenIdTokenForDeveloperIdentityInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
-
#principal_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal_tags.
-
#token_duration ⇒ ::Integer
Returns the value of attribute token_duration.
Instance Attribute Details
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def identity_id @identity_id end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def identity_pool_id @identity_pool_id end |
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
119 120 121 |
# File 'sig/types.rbs', line 119 def logins @logins end |
#principal_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal_tags.
120 121 122 |
# File 'sig/types.rbs', line 120 def end |
#token_duration ⇒ ::Integer
Returns the value of attribute token_duration.
121 122 123 |
# File 'sig/types.rbs', line 121 def token_duration @token_duration end |