Class: Aws::Types::BatchIsAuthorizedInputItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchIsAuthorizedInputItem
- 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.
-
#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.
105 106 107 |
# File 'sig/types.rbs', line 105 def action @action end |
#context ⇒ Types::ContextDefinition
Returns the value of attribute context.
107 108 109 |
# File 'sig/types.rbs', line 107 def context @context end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
104 105 106 |
# File 'sig/types.rbs', line 104 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
106 107 108 |
# File 'sig/types.rbs', line 106 def resource @resource end |