Class: Aws::Types::DescribeTopicPermissionsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicPermissionsV2Response
- 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.
5140 5141 5142 |
# File 'sig/types.rbs', line 5140 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5142 5143 5144 |
# File 'sig/types.rbs', line 5142 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5141 5142 5143 |
# File 'sig/types.rbs', line 5141 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
5139 5140 5141 |
# File 'sig/types.rbs', line 5139 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5138 5139 5140 |
# File 'sig/types.rbs', line 5138 def topic_id @topic_id end |