Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:created_by]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Specifies the catalog related to the request.

Returns:

  • (String)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#created_byString

Filters the response to include only snapshots of resources created by the specified AWS account.

Returns:

  • (String)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#engagement_identifierString

The unique identifier of the engagement associated with the snapshots.

Returns:

  • (String)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_identifierString

Filters the response to include only snapshots of the specified resource.

Returns:

  • (String)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_snapshot_template_identifierString

Filters the response to include only snapshots created using the specified template.

Returns:

  • (String)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_typeString

Filters the response to include only snapshots of the specified resource type.

Returns:

  • (String)


3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3682

class ListResourceSnapshotsRequest < Struct.new(
  :catalog,
  :created_by,
  :engagement_identifier,
  :max_results,
  :next_token,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type)
  SENSITIVE = [:created_by]
  include Aws::Structure
end