Class: Aws::Types::DescribeInsightDetailsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::InsightEntity

Returns the value of attribute entity.



864
865
866
# File 'sig/types.rbs', line 864

def entity
  @entity
end

#insight_id::String

Returns the value of attribute insight_id.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def insight_id
  @insight_id
end

#show_html_contentBoolean

Returns the value of attribute show_html_content.

Returns:

  • (Boolean)


866
867
868
# File 'sig/types.rbs', line 866

def show_html_content
  @show_html_content
end