Class: Aws::Types::IsAuthorizedWithTokenInput
- Inherits:
-
Object
- Object
- Aws::Types::IsAuthorizedWithTokenInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#action ⇒ Types::ActionIdentifier
Returns the value of attribute action.
-
#context ⇒ Types::ContextDefinition
Returns the value of attribute context.
-
#entities ⇒ Types::EntitiesDefinition
Returns the value of attribute entities.
-
#identity_token ⇒ ::String
Returns the value of attribute identity_token.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
667 668 669 |
# File 'sig/types.rbs', line 667 def access_token @access_token end |
#action ⇒ Types::ActionIdentifier
Returns the value of attribute action.
668 669 670 |
# File 'sig/types.rbs', line 668 def action @action end |
#context ⇒ Types::ContextDefinition
Returns the value of attribute context.
670 671 672 |
# File 'sig/types.rbs', line 670 def context @context end |
#entities ⇒ Types::EntitiesDefinition
Returns the value of attribute entities.
671 672 673 |
# File 'sig/types.rbs', line 671 def entities @entities end |
#identity_token ⇒ ::String
Returns the value of attribute identity_token.
666 667 668 |
# File 'sig/types.rbs', line 666 def identity_token @identity_token end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
665 666 667 |
# File 'sig/types.rbs', line 665 def policy_store_id @policy_store_id end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
669 670 671 |
# File 'sig/types.rbs', line 669 def resource @resource end |