Class: Aws::Types::GetDiscoveredResourceCountsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def next_token
  @next_token
end

#resource_counts::Array[Types::ResourceCount]

Returns the value of attribute resource_counts.

Returns:



1245
1246
1247
# File 'sig/types.rbs', line 1245

def resource_counts
  @resource_counts
end

#total_discovered_resources::Integer

Returns the value of attribute total_discovered_resources.

Returns:

  • (::Integer)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def total_discovered_resources
  @total_discovered_resources
end