Class: Aws::Types::UpdateThemeResponse

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)


13144
13145
13146
# File 'sig/types.rbs', line 13144

def arn
  @arn
end

#creation_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute creation_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


13146
13147
13148
# File 'sig/types.rbs', line 13146

def creation_status
  @creation_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13148
13149
13150
# File 'sig/types.rbs', line 13148

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


13147
13148
13149
# File 'sig/types.rbs', line 13147

def status
  @status
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


13143
13144
13145
# File 'sig/types.rbs', line 13143

def theme_id
  @theme_id
end

#version_arn::String

Returns the value of attribute version_arn.

Returns:

  • (::String)


13145
13146
13147
# File 'sig/types.rbs', line 13145

def version_arn
  @version_arn
end