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