Class: Aws::Types::UpdateThemeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12677
12678
12679
# File 'sig/types.rbs', line 12677

def 
  @aws_account_id
end

#base_theme_id::String

Returns the value of attribute base_theme_id.

Returns:

  • (::String)


12680
12681
12682
# File 'sig/types.rbs', line 12680

def base_theme_id
  @base_theme_id
end

#configurationTypes::ThemeConfiguration

Returns the value of attribute configuration.



12682
12683
12684
# File 'sig/types.rbs', line 12682

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12679
12680
12681
# File 'sig/types.rbs', line 12679

def name
  @name
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


12678
12679
12680
# File 'sig/types.rbs', line 12678

def theme_id
  @theme_id
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


12681
12682
12683
# File 'sig/types.rbs', line 12681

def version_description
  @version_description
end