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)


5112
5113
5114
# File 'sig/types.rbs', line 5112

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5111
5112
5113
# File 'sig/types.rbs', line 5111

def status
  @status
end

#themeTypes::Theme

Returns the value of attribute theme.

Returns:



5110
5111
5112
# File 'sig/types.rbs', line 5110

def theme
  @theme
end