Class: Aws::Types::DescribeNetworkInsightsAccessScopesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6631
6632
6633
# File 'sig/types.rbs', line 6631

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6629
6630
6631
# File 'sig/types.rbs', line 6629

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6630
6631
6632
# File 'sig/types.rbs', line 6630

def max_results
  @max_results
end

#network_insights_access_scope_ids::Array[::String]

Returns the value of attribute network_insights_access_scope_ids.

Returns:

  • (::Array[::String])


6628
6629
6630
# File 'sig/types.rbs', line 6628

def network_insights_access_scope_ids
  @network_insights_access_scope_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6632
6633
6634
# File 'sig/types.rbs', line 6632

def next_token
  @next_token
end