Class: Aws::Types::StartNetworkInsightsAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkInsightsAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_accounts ⇒ ::Array[::String]
Returns the value of attribute additional_accounts.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filter_in_arns ⇒ ::Array[::String]
Returns the value of attribute filter_in_arns.
-
#filter_out_arns ⇒ ::Array[::String]
Returns the value of attribute filter_out_arns.
-
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#additional_accounts ⇒ ::Array[::String]
Returns the value of attribute additional_accounts.
18112 18113 18114 |
# File 'sig/types.rbs', line 18112 def additional_accounts @additional_accounts end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
18117 18118 18119 |
# File 'sig/types.rbs', line 18117 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
18115 18116 18117 |
# File 'sig/types.rbs', line 18115 def dry_run @dry_run end |
#filter_in_arns ⇒ ::Array[::String]
Returns the value of attribute filter_in_arns.
18113 18114 18115 |
# File 'sig/types.rbs', line 18113 def filter_in_arns @filter_in_arns end |
#filter_out_arns ⇒ ::Array[::String]
Returns the value of attribute filter_out_arns.
18114 18115 18116 |
# File 'sig/types.rbs', line 18114 def filter_out_arns @filter_out_arns end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
18111 18112 18113 |
# File 'sig/types.rbs', line 18111 def network_insights_path_id @network_insights_path_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
18116 18117 18118 |
# File 'sig/types.rbs', line 18116 def tag_specifications @tag_specifications end |