Class: Aws::Types::UpdateTopicPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicPermissionsResponse
- 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.
12707 12708 12709 |
# File 'sig/types.rbs', line 12707 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12709 12710 12711 |
# File 'sig/types.rbs', line 12709 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12708 12709 12710 |
# File 'sig/types.rbs', line 12708 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
12706 12707 12708 |
# File 'sig/types.rbs', line 12706 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12705 12706 12707 |
# File 'sig/types.rbs', line 12705 def topic_id @topic_id end |