Class: Aws::Types::ListControlDomainInsightsByAssessmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListControlDomainInsightsByAssessmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_domain_insights ⇒ ::Array[Types::ControlDomainInsights]
Returns the value of attribute control_domain_insights.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#control_domain_insights ⇒ ::Array[Types::ControlDomainInsights]
Returns the value of attribute control_domain_insights.
928 929 930 |
# File 'sig/types.rbs', line 928 def control_domain_insights @control_domain_insights end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
929 930 931 |
# File 'sig/types.rbs', line 929 def next_token @next_token end |