Class: Aws::Types::DeleteThemeAliasRequest

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)


4284
4285
4286
# File 'sig/types.rbs', line 4284

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4282
4283
4284
# File 'sig/types.rbs', line 4282

def 
  @aws_account_id
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


4283
4284
4285
# File 'sig/types.rbs', line 4283

def theme_id
  @theme_id
end