Class: Aws::Types::StartNetworkInsightsAccessScopeAnalysisRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


18101
18102
18103
# File 'sig/types.rbs', line 18101

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


18099
18100
18101
# File 'sig/types.rbs', line 18099

def dry_run
  @dry_run
end

#network_insights_access_scope_id::String

Returns the value of attribute network_insights_access_scope_id.

Returns:

  • (::String)


18098
18099
18100
# File 'sig/types.rbs', line 18098

def network_insights_access_scope_id
  @network_insights_access_scope_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



18100
18101
18102
# File 'sig/types.rbs', line 18100

def tag_specifications
  @tag_specifications
end