Class: Aws::DirectoryService::Types::DescribeSnapshotsRequest

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

Overview

Contains the inputs for the DescribeSnapshots operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory for which to retrieve snapshot information.

Returns:

  • (String)


1701
1702
1703
1704
1705
1706
1707
1708
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1701

class DescribeSnapshotsRequest < Struct.new(
  :directory_id,
  :snapshot_ids,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of objects to return.

Returns:

  • (Integer)


1701
1702
1703
1704
1705
1706
1707
1708
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1701

class DescribeSnapshotsRequest < Struct.new(
  :directory_id,
  :snapshot_ids,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

Returns:

  • (String)


1701
1702
1703
1704
1705
1706
1707
1708
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1701

class DescribeSnapshotsRequest < Struct.new(
  :directory_id,
  :snapshot_ids,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idsArray<String>

A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the Limit and NextToken members.

Returns:

  • (Array<String>)


1701
1702
1703
1704
1705
1706
1707
1708
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1701

class DescribeSnapshotsRequest < Struct.new(
  :directory_id,
  :snapshot_ids,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end