Class: Aws::Types::UpdateThemePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThemePermissionsResponse
- 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.
12670 12671 12672 |
# File 'sig/types.rbs', line 12670 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12671 12672 12673 |
# File 'sig/types.rbs', line 12671 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12672 12673 12674 |
# File 'sig/types.rbs', line 12672 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
12669 12670 12671 |
# File 'sig/types.rbs', line 12669 def theme_arn @theme_arn end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
12668 12669 12670 |
# File 'sig/types.rbs', line 12668 def theme_id @theme_id end |