Class: Aws::Types::DescribeThemeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5345
5346
5347
# File 'sig/types.rbs', line 5345

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5344
5345
5346
# File 'sig/types.rbs', line 5344

def status
  @status
end

#themeTypes::Theme

Returns the value of attribute theme.

Returns:



5343
5344
5345
# File 'sig/types.rbs', line 5343

def theme
  @theme
end