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)


13133
13134
13135
# File 'sig/types.rbs', line 13133

def 
  @aws_account_id
end

#base_theme_id::String

Returns the value of attribute base_theme_id.

Returns:

  • (::String)


13136
13137
13138
# File 'sig/types.rbs', line 13136

def base_theme_id
  @base_theme_id
end

#configurationTypes::ThemeConfiguration

Returns the value of attribute configuration.



13138
13139
13140
# File 'sig/types.rbs', line 13138

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13135
13136
13137
# File 'sig/types.rbs', line 13135

def name
  @name
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


13134
13135
13136
# File 'sig/types.rbs', line 13134

def theme_id
  @theme_id
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


13137
13138
13139
# File 'sig/types.rbs', line 13137

def version_description
  @version_description
end