Class: Aws::Types::BatchIsAuthorizedWithTokenInputItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchIsAuthorizedWithTokenInputItem
- 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.
-
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
Instance Attribute Details
#action ⇒ Types::ActionIdentifier
Returns the value of attribute action.
134 135 136 |
# File 'sig/types.rbs', line 134 def action @action end |
#context ⇒ Types::ContextDefinition
Returns the value of attribute context.
136 137 138 |
# File 'sig/types.rbs', line 136 def context @context end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
135 136 137 |
# File 'sig/types.rbs', line 135 def resource @resource end |