Class: Aws::Types::Theme

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def id
  @id
end

#modified_at ⇒ ::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


859
860
861
# File 'sig/types.rbs', line 859

def modified_at
  @modified_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def name
  @name
end

#overrides ⇒ ::Array[Types::ThemeValues]

Returns the value of attribute overrides.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def overrides
  @overrides
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


862
863
864
# File 'sig/types.rbs', line 862

def tags
  @tags
end

#values ⇒ ::Array[Types::ThemeValues]

Returns the value of attribute values.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def values
  @values
end