Class: Aws::ResourceExplorer2::Types::SearchOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countTypes::ResourceCount

The number of resources that match the query.



1451
1452
1453
1454
1455
1456
1457
1458
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1451

class SearchOutput < Struct.new(
  :count,
  :next_token,
  :resources,
  :view_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`. The pagination tokens expire after 24 hours.

Returns:

  • (String)


1451
1452
1453
1454
1455
1456
1457
1458
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1451

class SearchOutput < Struct.new(
  :count,
  :next_token,
  :resources,
  :view_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::Resource>

The list of structures that describe the resources that match the query.

Returns:



1451
1452
1453
1454
1455
1456
1457
1458
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1451

class SearchOutput < Struct.new(
  :count,
  :next_token,
  :resources,
  :view_arn)
  SENSITIVE = []
  include Aws::Structure
end

#view_arnString

The [Amazon resource name (ARN)] of the view that this operation used to perform the search.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


1451
1452
1453
1454
1455
1456
1457
1458
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1451

class SearchOutput < Struct.new(
  :count,
  :next_token,
  :resources,
  :view_arn)
  SENSITIVE = []
  include Aws::Structure
end