Class: Aws::Types::AddPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#aws_account_ids ⇒ ::Array[::String]
Returns the value of attribute aws_account_ids.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
15 16 17 |
# File 'sig/types.rbs', line 15 def actions @actions end |
#aws_account_ids ⇒ ::Array[::String]
Returns the value of attribute aws_account_ids.
14 15 16 |
# File 'sig/types.rbs', line 14 def aws_account_ids @aws_account_ids end |
#label ⇒ ::String
Returns the value of attribute label.
13 14 15 |
# File 'sig/types.rbs', line 13 def label @label end |
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
12 13 14 |
# File 'sig/types.rbs', line 12 def queue_url @queue_url end |