Class: Aws::Types::GetIpamRouteProtectionFindingsRequest

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)


10592
10593
10594
# File 'sig/types.rbs', line 10592

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10594
10595
10596
# File 'sig/types.rbs', line 10594

def filters
  @filters
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


10593
10594
10595
# File 'sig/types.rbs', line 10593

def ipam_id
  @ipam_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10596
10597
10598
# File 'sig/types.rbs', line 10596

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10595
10596
10597
# File 'sig/types.rbs', line 10595

def next_token
  @next_token
end