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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudcontrolapi/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 'gems/aws-sdk-cloudcontrolapi/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 'gems/aws-sdk-cloudcontrolapi/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 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 728

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