Class: Aws::Types::DescribeThemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThemeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#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
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
5105 5106 5107 |
# File 'sig/types.rbs', line 5105 def alias_name @alias_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
5102 5103 5104 |
# File 'sig/types.rbs', line 5102 def aws_account_id @aws_account_id end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
5103 5104 5105 |
# File 'sig/types.rbs', line 5103 def theme_id @theme_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
5104 5105 5106 |
# File 'sig/types.rbs', line 5104 def version_number @version_number end |