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)


4115
4116
4117
# File 'sig/types.rbs', line 4115

def alias_name
  @alias_name
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4116
4117
4118
# File 'sig/types.rbs', line 4116

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4117
4118
4119
# File 'sig/types.rbs', line 4117

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4118
4119
4120
# File 'sig/types.rbs', line 4118

def status
  @status
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


4119
4120
4121
# File 'sig/types.rbs', line 4119

def theme_id
  @theme_id
end