Class: Aws::AppStream::Types::DescribeStacksRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namesArray<String>

The names of the stacks to describe.

Returns:

  • (Array<String>)


2779
2780
2781
2782
2783
2784
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2779

class DescribeStacksRequest < Struct.new(
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Returns:

  • (String)


2779
2780
2781
2782
2783
2784
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2779

class DescribeStacksRequest < Struct.new(
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end