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.
5373 5374 5375 |
# File 'sig/types.rbs', line 5373 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5375 5376 5377 |
# File 'sig/types.rbs', line 5375 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5374 5375 5376 |
# File 'sig/types.rbs', line 5374 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
5372 5373 5374 |
# File 'sig/types.rbs', line 5372 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5371 5372 5373 |
# File 'sig/types.rbs', line 5371 def topic_id @topic_id end |