Class: Aws::Types::GetIpamDiscoveredAccountsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#discovery_region::String

Returns the value of attribute discovery_region.

Returns:

  • (::String)


10361
10362
10363
# File 'sig/types.rbs', line 10361

def discovery_region
  @discovery_region
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10359
10360
10361
# File 'sig/types.rbs', line 10359

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10362
10363
10364
# File 'sig/types.rbs', line 10362

def filters
  @filters
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


10360
10361
10362
# File 'sig/types.rbs', line 10360

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10364
10365
10366
# File 'sig/types.rbs', line 10364

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10363
10364
10365
# File 'sig/types.rbs', line 10363

def next_token
  @next_token
end