Class: Aws::PrivateNetworks::Types::ListDeviceIdentifiersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersHash<String,Array<String>>

The filters.

  • ORDER - The Amazon Resource Name (ARN) of the order.

  • STATUS - The status (ACTIVE | INACTIVE).

  • TRAFFIC_GROUP - The Amazon Resource Name (ARN) of the traffic group.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

Returns:

  • (Hash<String,Array<String>>)


842
843
844
845
846
847
848
849
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 842

class ListDeviceIdentifiersRequest < Struct.new(
  :filters,
  :max_results,
  :network_arn,
  :start_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


842
843
844
845
846
847
848
849
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 842

class ListDeviceIdentifiersRequest < Struct.new(
  :filters,
  :max_results,
  :network_arn,
  :start_token)
  SENSITIVE = []
  include Aws::Structure
end

#network_arnString

The Amazon Resource Name (ARN) of the network.

Returns:

  • (String)


842
843
844
845
846
847
848
849
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 842

class ListDeviceIdentifiersRequest < Struct.new(
  :filters,
  :max_results,
  :network_arn,
  :start_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_tokenString

The token for the next page of results.

Returns:

  • (String)


842
843
844
845
846
847
848
849
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 842

class ListDeviceIdentifiersRequest < Struct.new(
  :filters,
  :max_results,
  :network_arn,
  :start_token)
  SENSITIVE = []
  include Aws::Structure
end