Class: Aws::Types::DeleteThemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThemeRequest
- 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.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4124 4125 4126 |
# File 'sig/types.rbs', line 4124 def aws_account_id @aws_account_id end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
4125 4126 4127 |
# File 'sig/types.rbs', line 4125 def theme_id @theme_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4126 4127 4128 |
# File 'sig/types.rbs', line 4126 def version_number @version_number end |