Class: Aws::Types::StartNetworkInsightsAnalysisRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_accounts::Array[::String]

Returns the value of attribute additional_accounts.

Returns:

  • (::Array[::String])


18133
18134
18135
# File 'sig/types.rbs', line 18133

def additional_accounts
  @additional_accounts
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


18138
18139
18140
# File 'sig/types.rbs', line 18138

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


18136
18137
18138
# File 'sig/types.rbs', line 18136

def dry_run
  @dry_run
end

#filter_in_arns::Array[::String]

Returns the value of attribute filter_in_arns.

Returns:

  • (::Array[::String])


18134
18135
18136
# File 'sig/types.rbs', line 18134

def filter_in_arns
  @filter_in_arns
end

#filter_out_arns::Array[::String]

Returns the value of attribute filter_out_arns.

Returns:

  • (::Array[::String])


18135
18136
18137
# File 'sig/types.rbs', line 18135

def filter_out_arns
  @filter_out_arns
end

#network_insights_path_id::String

Returns the value of attribute network_insights_path_id.

Returns:

  • (::String)


18132
18133
18134
# File 'sig/types.rbs', line 18132

def network_insights_path_id
  @network_insights_path_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



18137
18138
18139
# File 'sig/types.rbs', line 18137

def tag_specifications
  @tag_specifications
end