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.
13126 13127 13128 |
# File 'sig/types.rbs', line 13126 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
13127 13128 13129 |
# File 'sig/types.rbs', line 13127 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
13128 13129 13130 |
# File 'sig/types.rbs', line 13128 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
13125 13126 13127 |
# File 'sig/types.rbs', line 13125 def theme_arn @theme_arn end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
13124 13125 13126 |
# File 'sig/types.rbs', line 13124 def theme_id @theme_id end |