Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListResourceSnapshotsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:created_by]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog related to the request.
-
#created_by ⇒ String
Filters the response to include only snapshots of resources owned by the specified AWS account.
-
#engagement_identifier ⇒ String
The unique identifier of the engagement associated with the snapshots.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
-
#resource_identifier ⇒ String
Filters the response to include only snapshots of the specified resource.
-
#resource_snapshot_template_identifier ⇒ String
Filters the response to include only snapshots created using the specified template.
-
#resource_type ⇒ String
Filters the response to include only snapshots of the specified resource type.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the request.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#created_by ⇒ String
Filters the response to include only snapshots of resources owned by the specified AWS account.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#engagement_identifier ⇒ String
The unique identifier of the engagement associated with the snapshots.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#resource_identifier ⇒ String
Filters the response to include only snapshots of the specified resource.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#resource_snapshot_template_identifier ⇒ String
Filters the response to include only snapshots created using the specified template.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#resource_type ⇒ String
Filters the response to include only snapshots of the specified resource type.
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3684 class ListResourceSnapshotsRequest < Struct.new( :catalog, :max_results, :next_token, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |