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

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2560
2561
2562
# File 'sig/types.rbs', line 2560

def 
  @aws_account_id
end

#base_theme_id::String

Returns the value of attribute base_theme_id.

Returns:

  • (::String)


2563
2564
2565
# File 'sig/types.rbs', line 2563

def base_theme_id
  @base_theme_id
end

#configurationTypes::ThemeConfiguration

Returns the value of attribute configuration.



2565
2566
2567
# File 'sig/types.rbs', line 2565

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2566
2567
2568
# File 'sig/types.rbs', line 2566

def permissions
  @permissions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2567
2568
2569
# File 'sig/types.rbs', line 2567

def tags
  @tags
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


2561
2562
2563
# File 'sig/types.rbs', line 2561

def theme_id
  @theme_id
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def version_description
  @version_description
end