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.
11047 11048 11049 |
# File 'sig/types.rbs', line 11047 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
11051 11052 11053 |
# File 'sig/types.rbs', line 11051 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
11052 11053 11054 |
# File 'sig/types.rbs', line 11052 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
11048 11049 11050 |
# File 'sig/types.rbs', line 11048 def name @name end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
11049 11050 11051 |
# File 'sig/types.rbs', line 11049 def theme_id @theme_id end |
#type ⇒ "QUICKSIGHT", ...
Returns the value of attribute type.
11053 11054 11055 |
# File 'sig/types.rbs', line 11053 def type @type end |
#version ⇒ Types::ThemeVersion
Returns the value of attribute version.
11050 11051 11052 |
# File 'sig/types.rbs', line 11050 def version @version end |