Class: Aws::Types::PutPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#condition ⇒ Types::Condition
Returns the value of attribute condition.
-
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
824 825 826 |
# File 'sig/types.rbs', line 824 def action @action end |
#condition ⇒ Types::Condition
Returns the value of attribute condition.
827 828 829 |
# File 'sig/types.rbs', line 827 def condition @condition end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
823 824 825 |
# File 'sig/types.rbs', line 823 def event_bus_name @event_bus_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
828 829 830 |
# File 'sig/types.rbs', line 828 def policy @policy end |
#principal ⇒ ::String
Returns the value of attribute principal.
825 826 827 |
# File 'sig/types.rbs', line 825 def principal @principal end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
826 827 828 |
# File 'sig/types.rbs', line 826 def statement_id @statement_id end |