Class: Aws::Types::DeleteThemeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4305
4306
4307
# File 'sig/types.rbs', line 4305

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4306
4307
4308
# File 'sig/types.rbs', line 4306

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4307
4308
4309
# File 'sig/types.rbs', line 4307

def status
  @status
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


4308
4309
4310
# File 'sig/types.rbs', line 4308

def theme_id
  @theme_id
end