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 created 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.
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_by ⇒ String
Filters the response to include only snapshots of resources created by the specified AWS account.
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_identifier ⇒ String
The unique identifier of the engagement associated with the snapshots.
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_results ⇒ Integer
The maximum number of results to return in a single call.
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_token ⇒ String
The token for the next set of results.
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_identifier ⇒ String
Filters the response to include only snapshots of the specified resource.
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_identifier ⇒ String
Filters the response to include only snapshots created using the specified template.
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_type ⇒ String
Filters the response to include only snapshots of the specified resource type.
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 |