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.
984 985 986 |
# File 'sig/types.rbs', line 984 def action @action end |
#condition ⇒ Types::Condition
Returns the value of attribute condition.
987 988 989 |
# File 'sig/types.rbs', line 987 def condition @condition end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
983 984 985 |
# File 'sig/types.rbs', line 983 def event_bus_name @event_bus_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
988 989 990 |
# File 'sig/types.rbs', line 988 def policy @policy end |
#principal ⇒ ::String
Returns the value of attribute principal.
985 986 987 |
# File 'sig/types.rbs', line 985 def principal @principal end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
986 987 988 |
# File 'sig/types.rbs', line 986 def statement_id @statement_id end |