Class: Aws::Types::UpdateTopicPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
-
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12697 12698 12699 |
# File 'sig/types.rbs', line 12697 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12699 12700 12701 |
# File 'sig/types.rbs', line 12699 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12700 12701 12702 |
# File 'sig/types.rbs', line 12700 def @revoke_permissions end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12698 12699 12700 |
# File 'sig/types.rbs', line 12698 def topic_id @topic_id end |