Class: Aws::Types::ListControlInsightsByControlDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListControlInsightsByControlDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_insights_metadata ⇒ ::Array[Types::ControlInsightsMetadataItem]
Returns the value of attribute control_insights_metadata.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#control_insights_metadata ⇒ ::Array[Types::ControlInsightsMetadataItem]
Returns the value of attribute control_insights_metadata.
953 954 955 |
# File 'sig/types.rbs', line 953 def end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
954 955 956 |
# File 'sig/types.rbs', line 954 def next_token @next_token end |