Class: Aws::Types::DescribeNetworkInsightsAccessScopeAnalysesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsAccessScopeAnalysesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_start_time_begin ⇒ ::Time
Returns the value of attribute analysis_start_time_begin.
-
#analysis_start_time_end ⇒ ::Time
Returns the value of attribute analysis_start_time_end.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_insights_access_scope_analysis_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_access_scope_analysis_ids.
-
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#analysis_start_time_begin ⇒ ::Time
Returns the value of attribute analysis_start_time_begin.
6612 6613 6614 |
# File 'sig/types.rbs', line 6612 def analysis_start_time_begin @analysis_start_time_begin end |
#analysis_start_time_end ⇒ ::Time
Returns the value of attribute analysis_start_time_end.
6613 6614 6615 |
# File 'sig/types.rbs', line 6613 def analysis_start_time_end @analysis_start_time_end end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6616 6617 6618 |
# File 'sig/types.rbs', line 6616 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6614 6615 6616 |
# File 'sig/types.rbs', line 6614 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6615 6616 6617 |
# File 'sig/types.rbs', line 6615 def max_results @max_results end |
#network_insights_access_scope_analysis_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_access_scope_analysis_ids.
6610 6611 6612 |
# File 'sig/types.rbs', line 6610 def network_insights_access_scope_analysis_ids @network_insights_access_scope_analysis_ids end |
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
6611 6612 6613 |
# File 'sig/types.rbs', line 6611 def network_insights_access_scope_id @network_insights_access_scope_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6617 6618 6619 |
# File 'sig/types.rbs', line 6617 def next_token @next_token end |