Class: Aws::Types::DeleteThemeRequest

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)


4124
4125
4126
# File 'sig/types.rbs', line 4124

def 
  @aws_account_id
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


4125
4126
4127
# File 'sig/types.rbs', line 4125

def theme_id
  @theme_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


4126
4127
4128
# File 'sig/types.rbs', line 4126

def version_number
  @version_number
end