Class: Aws::Types::DescribeThemePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThemePermissionsResponse
- 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.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
Instance Attribute Details
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
5095 5096 5097 |
# File 'sig/types.rbs', line 5095 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5096 5097 5098 |
# File 'sig/types.rbs', line 5096 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5097 5098 5099 |
# File 'sig/types.rbs', line 5097 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
5094 5095 5096 |
# File 'sig/types.rbs', line 5094 def theme_arn @theme_arn end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
5093 5094 5095 |
# File 'sig/types.rbs', line 5093 def theme_id @theme_id end |