Class: Aws::Types::RemovePermissionInput
- Inherits:
-
Object
- Object
- Aws::Types::RemovePermissionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label ⇒ ::String
Returns the value of attribute label.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#label ⇒ ::String
Returns the value of attribute label.
493 494 495 |
# File 'sig/types.rbs', line 493 def label @label end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
492 493 494 |
# File 'sig/types.rbs', line 492 def topic_arn @topic_arn end |