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)


2691
2692
2693
# File 'sig/types.rbs', line 2691

def 
  @aws_account_id
end

#base_theme_id::String

Returns the value of attribute base_theme_id.

Returns:

  • (::String)


2694
2695
2696
# File 'sig/types.rbs', line 2694

def base_theme_id
  @base_theme_id
end

#configurationTypes::ThemeConfiguration

Returns the value of attribute configuration.



2696
2697
2698
# File 'sig/types.rbs', line 2696

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2693
2694
2695
# File 'sig/types.rbs', line 2693

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2697
2698
2699
# File 'sig/types.rbs', line 2697

def permissions
  @permissions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2698
2699
2700
# File 'sig/types.rbs', line 2698

def tags
  @tags
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


2692
2693
2694
# File 'sig/types.rbs', line 2692

def theme_id
  @theme_id
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2695
2696
2697
# File 'sig/types.rbs', line 2695

def version_description
  @version_description
end