Class: Aws::Types::CreateThemeAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


2547
2548
2549
# File 'sig/types.rbs', line 2547

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def 
  @aws_account_id
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def theme_id
  @theme_id
end

#theme_version_number::Integer

Returns the value of attribute theme_version_number.

Returns:

  • (::Integer)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def theme_version_number
  @theme_version_number
end