Class: Aws::Types::ListControlDomainInsightsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_domain_insights ⇒ ::Array[Types::ControlDomainInsights]

Returns the value of attribute control_domain_insights.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def control_domain_insights
  @control_domain_insights
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def next_token
  @next_token
end