Class: Aws::CloudControlApi::Types::ListResourcesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudcontrolapi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the request doesn’t return all of the remaining results, ‘NextToken` is set to a token. To retrieve the next set of results, call `ListResources` again and assign that token to the request object’s ‘NextToken` parameter. If the request returns all results, `NextToken` is set to null.

Returns:

  • (String)


728
729
730
731
732
733
734
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 728

class ListResourcesOutput < Struct.new(
  :type_name,
  :resource_descriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_descriptionsArray<Types::ResourceDescription>

Information about the specified resources, including primary identifier and resource model.

Returns:



728
729
730
731
732
733
734
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 728

class ListResourcesOutput < Struct.new(
  :type_name,
  :resource_descriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The name of the resource type.

Returns:

  • (String)


728
729
730
731
732
733
734
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 728

class ListResourcesOutput < Struct.new(
  :type_name,
  :resource_descriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end