Class: Aws::Types::GetIpamDiscoveredResourceCidrsRequest

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)


10054
10055
10056
# File 'sig/types.rbs', line 10054

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10057
10058
10059
# File 'sig/types.rbs', line 10057

def filters
  @filters
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


10055
10056
10057
# File 'sig/types.rbs', line 10055

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10059
10060
10061
# File 'sig/types.rbs', line 10059

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10058
10059
10060
# File 'sig/types.rbs', line 10058

def next_token
  @next_token
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


10056
10057
10058
# File 'sig/types.rbs', line 10056

def resource_region
  @resource_region
end