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])


17476
17477
17478
# File 'sig/types.rbs', line 17476

def additional_accounts
  @additional_accounts
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


17481
17482
17483
# File 'sig/types.rbs', line 17481

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


17479
17480
17481
# File 'sig/types.rbs', line 17479

def dry_run
  @dry_run
end

#filter_in_arns::Array[::String]

Returns the value of attribute filter_in_arns.

Returns:

  • (::Array[::String])


17477
17478
17479
# File 'sig/types.rbs', line 17477

def filter_in_arns
  @filter_in_arns
end

#filter_out_arns::Array[::String]

Returns the value of attribute filter_out_arns.

Returns:

  • (::Array[::String])


17478
17479
17480
# File 'sig/types.rbs', line 17478

def filter_out_arns
  @filter_out_arns
end

#network_insights_path_id::String

Returns the value of attribute network_insights_path_id.

Returns:

  • (::String)


17475
17476
17477
# File 'sig/types.rbs', line 17475

def network_insights_path_id
  @network_insights_path_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



17480
17481
17482
# File 'sig/types.rbs', line 17480

def tag_specifications
  @tag_specifications
end