Class: Aws::Types::IsAuthorizedInput
- Inherits:
-
Object
- Object
- Aws::Types::IsAuthorizedInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
-
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
Instance Attribute Details
#action ⇒ Types::ActionIdentifier
Returns the value of attribute action.
650 651 652 |
# File 'sig/types.rbs', line 650 def action @action end |
#context ⇒ Types::ContextDefinition
Returns the value of attribute context.
652 653 654 |
# File 'sig/types.rbs', line 652 def context @context end |
#entities ⇒ Types::EntitiesDefinition
Returns the value of attribute entities.
653 654 655 |
# File 'sig/types.rbs', line 653 def entities @entities end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def policy_store_id @policy_store_id end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
649 650 651 |
# File 'sig/types.rbs', line 649 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
651 652 653 |
# File 'sig/types.rbs', line 651 def resource @resource end |