Class: Aws::Types::Theme
- Inherits:
-
Object
- Object
- Aws::Types::Theme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#overrides ⇒ ::Array[Types::ThemeValues]
Returns the value of attribute overrides.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#values ⇒ ::Array[Types::ThemeValues]
Returns the value of attribute values.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
854 855 856 |
# File 'sig/types.rbs', line 854 def app_id @app_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
858 859 860 |
# File 'sig/types.rbs', line 858 def created_at @created_at end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
855 856 857 |
# File 'sig/types.rbs', line 855 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
856 857 858 |
# File 'sig/types.rbs', line 856 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
859 860 861 |
# File 'sig/types.rbs', line 859 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
857 858 859 |
# File 'sig/types.rbs', line 857 def name @name end |
#overrides ⇒ ::Array[Types::ThemeValues]
Returns the value of attribute overrides.
861 862 863 |
# File 'sig/types.rbs', line 861 def overrides @overrides end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
862 863 864 |
# File 'sig/types.rbs', line 862 def end |
#values ⇒ ::Array[Types::ThemeValues]
Returns the value of attribute values.
860 861 862 |
# File 'sig/types.rbs', line 860 def values @values end |