Class: Aws::MediaConnect::Types::ListBridgesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridgesArray<Types::ListedBridge>

A list of bridge summaries.

Returns:



3386
3387
3388
3389
3390
3391
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3386

class ListBridgesResponse < Struct.new(
  :bridges,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that identifies the batch of results that you want to see.

For example, you submit a ListBridges request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListBridges request a second time and specify the NextToken value.

Returns:

  • (String)


3386
3387
3388
3389
3390
3391
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3386

class ListBridgesResponse < Struct.new(
  :bridges,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end