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.
4298 4299 4300 |
# File 'sig/types.rbs', line 4298 def aws_account_id @aws_account_id end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
4299 4300 4301 |
# File 'sig/types.rbs', line 4299 def theme_id @theme_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4300 4301 4302 |
# File 'sig/types.rbs', line 4300 def version_number @version_number end |