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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


11047
11048
11049
# File 'sig/types.rbs', line 11047

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


11048
11049
11050
# File 'sig/types.rbs', line 11048

def name
  @name
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


11049
11050
11051
# File 'sig/types.rbs', line 11049

def theme_id
  @theme_id
end

#type"QUICKSIGHT", ...

Returns the value of attribute type.

Returns:

  • ("QUICKSIGHT", "CUSTOM", "ALL")


11053
11054
11055
# File 'sig/types.rbs', line 11053

def type
  @type
end

#versionTypes::ThemeVersion

Returns the value of attribute version.

Returns:



11050
11051
11052
# File 'sig/types.rbs', line 11050

def version
  @version
end