Class: Aws::Types::DescribeTopicPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicPermissionsResponse
- 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.
5358 5359 5360 |
# File 'sig/types.rbs', line 5358 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5360 5361 5362 |
# File 'sig/types.rbs', line 5360 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5359 5360 5361 |
# File 'sig/types.rbs', line 5359 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
5357 5358 5359 |
# File 'sig/types.rbs', line 5357 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5356 5357 5358 |
# File 'sig/types.rbs', line 5356 def topic_id @topic_id end |