Class: Aws::Types::DeleteThemeAliasResponse

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)


4289
4290
4291
# File 'sig/types.rbs', line 4289

def alias_name
  @alias_name
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4290
4291
4292
# File 'sig/types.rbs', line 4290

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4291
4292
4293
# File 'sig/types.rbs', line 4291

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4292
4293
4294
# File 'sig/types.rbs', line 4292

def status
  @status
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


4293
4294
4295
# File 'sig/types.rbs', line 4293

def theme_id
  @theme_id
end