Class: Aws::Outposts::Types::ListAssetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListAssetsInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_id_filter ⇒ Array<String>
Filters the results by the host ID of a Dedicated Host.
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#outpost_identifier ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
-
#status_filter ⇒ Array<String>
Filters the results by state.
Instance Attribute Details
#host_id_filter ⇒ Array<String>
Filters the results by the host ID of a Dedicated Host.
856 857 858 859 860 861 862 863 864 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856 class ListAssetsInput < Struct.new( :outpost_identifier, :host_id_filter, :max_results, :next_token, :status_filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum page size.
856 857 858 859 860 861 862 863 864 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856 class ListAssetsInput < Struct.new( :outpost_identifier, :host_id_filter, :max_results, :next_token, :status_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
856 857 858 859 860 861 862 863 864 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856 class ListAssetsInput < Struct.new( :outpost_identifier, :host_id_filter, :max_results, :next_token, :status_filter) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
856 857 858 859 860 861 862 863 864 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856 class ListAssetsInput < Struct.new( :outpost_identifier, :host_id_filter, :max_results, :next_token, :status_filter) SENSITIVE = [] include Aws::Structure end |
#status_filter ⇒ Array<String>
Filters the results by state.
856 857 858 859 860 861 862 863 864 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856 class ListAssetsInput < Struct.new( :outpost_identifier, :host_id_filter, :max_results, :next_token, :status_filter) SENSITIVE = [] include Aws::Structure end |