Class: Aws::Types::UpdateTopicPermissionsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicPermissionsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
13180 13181 13182 |
# File 'sig/types.rbs', line 13180 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
13182 13183 13184 |
# File 'sig/types.rbs', line 13182 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
13181 13182 13183 |
# File 'sig/types.rbs', line 13181 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
13179 13180 13181 |
# File 'sig/types.rbs', line 13179 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
13178 13179 13180 |
# File 'sig/types.rbs', line 13178 def topic_id @topic_id end |