Class: Aws::Types::DescribeInsightDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInsightDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity ⇒ Types::InsightEntity
Returns the value of attribute entity.
-
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
-
#show_html_content ⇒ Boolean
Returns the value of attribute show_html_content.
Instance Attribute Details
#entity ⇒ Types::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.
865 866 867 |
# File 'sig/types.rbs', line 865 def insight_id @insight_id end |
#show_html_content ⇒ Boolean
Returns the value of attribute show_html_content.
866 867 868 |
# File 'sig/types.rbs', line 866 def show_html_content @show_html_content end |