Class: Aws::Types::CreateThemeRequest

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)


327
328
329
# File 'sig/types.rbs', line 327

def app_id
  @app_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def client_token
  @client_token
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def environment_name
  @environment_name
end

#theme_to_create ⇒ Types::CreateThemeData

Returns the value of attribute theme_to_create.



330
331
332
# File 'sig/types.rbs', line 330

def theme_to_create
  @theme_to_create
end