Class: Aws::Outposts::Types::ListAssetsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_id_filterArray<String>

Filters the results by the host ID of a Dedicated Host.

Returns:

  • (Array<String>)


862
863
864
865
866
867
868
869
870
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 862

class ListAssetsInput < Struct.new(
  :outpost_identifier,
  :host_id_filter,
  :max_results,
  :next_token,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


862
863
864
865
866
867
868
869
870
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 862

class ListAssetsInput < Struct.new(
  :outpost_identifier,
  :host_id_filter,
  :max_results,
  :next_token,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 862

class ListAssetsInput < Struct.new(
  :outpost_identifier,
  :host_id_filter,
  :max_results,
  :next_token,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_identifierString

The ID or the Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 862

class ListAssetsInput < Struct.new(
  :outpost_identifier,
  :host_id_filter,
  :max_results,
  :next_token,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#status_filterArray<String>

Filters the results by state.

Returns:

  • (Array<String>)


862
863
864
865
866
867
868
869
870
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 862

class ListAssetsInput < Struct.new(
  :outpost_identifier,
  :host_id_filter,
  :max_results,
  :next_token,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end