Class: Aws::Types::Theme
- Inherits:
-
Object
- Object
- Aws::Types::Theme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
-
#type ⇒ "QUICKSIGHT", ...
Returns the value of attribute type.
-
#version ⇒ Types::ThemeVersion
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
11437 11438 11439 |
# File 'sig/types.rbs', line 11437 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
11441 11442 11443 |
# File 'sig/types.rbs', line 11441 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
11442 11443 11444 |
# File 'sig/types.rbs', line 11442 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
11438 11439 11440 |
# File 'sig/types.rbs', line 11438 def name @name end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
11439 11440 11441 |
# File 'sig/types.rbs', line 11439 def theme_id @theme_id end |
#type ⇒ "QUICKSIGHT", ...
Returns the value of attribute type.
11443 11444 11445 |
# File 'sig/types.rbs', line 11443 def type @type end |
#version ⇒ Types::ThemeVersion
Returns the value of attribute version.
11440 11441 11442 |
# File 'sig/types.rbs', line 11440 def version @version end |