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)


11437
11438
11439
# File 'sig/types.rbs', line 11437

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

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

Returns:

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

Returns:

  • (::String)


11438
11439
11440
# File 'sig/types.rbs', line 11438

def name
  @name
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


11439
11440
11441
# File 'sig/types.rbs', line 11439

def theme_id
  @theme_id
end

#type"QUICKSIGHT", ...

Returns the value of attribute type.

Returns:

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


11443
11444
11445
# File 'sig/types.rbs', line 11443

def type
  @type
end

#versionTypes::ThemeVersion

Returns the value of attribute version.

Returns:



11440
11441
11442
# File 'sig/types.rbs', line 11440

def version
  @version
end