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.
6795 6796 6797 |
# File 'sig/types.rbs', line 6795 def analysis_start_time_begin @analysis_start_time_begin end |
#analysis_start_time_end ⇒ ::Time
Returns the value of attribute analysis_start_time_end.
6796 6797 6798 |
# File 'sig/types.rbs', line 6796 def analysis_start_time_end @analysis_start_time_end end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6799 6800 6801 |
# File 'sig/types.rbs', line 6799 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6797 6798 6799 |
# File 'sig/types.rbs', line 6797 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6798 6799 6800 |
# File 'sig/types.rbs', line 6798 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.
6793 6794 6795 |
# File 'sig/types.rbs', line 6793 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.
6794 6795 6796 |
# File 'sig/types.rbs', line 6794 def network_insights_access_scope_id @network_insights_access_scope_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6800 6801 6802 |
# File 'sig/types.rbs', line 6800 def next_token @next_token end |