Class: Aws::MediaConnect::Types::ListedFlow

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

Overview

Provides a summary of a flow, including its ARN, Availability Zone, and source type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone that the flow was created in.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2678

class ListedFlow < Struct.new(
  :availability_zone,
  :description,
  :flow_arn,
  :name,
  :source_type,
  :status,
  :maintenance)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the flow.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2678

class ListedFlow < Struct.new(
  :availability_zone,
  :description,
  :flow_arn,
  :name,
  :source_type,
  :status,
  :maintenance)
  SENSITIVE = []
  include Aws::Structure
end

#flow_arnString

The ARN of the flow.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2678

class ListedFlow < Struct.new(
  :availability_zone,
  :description,
  :flow_arn,
  :name,
  :source_type,
  :status,
  :maintenance)
  SENSITIVE = []
  include Aws::Structure
end

#maintenanceTypes::Maintenance

The maintenance setting of a flow

Returns:



2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2678

class ListedFlow < Struct.new(
  :availability_zone,
  :description,
  :flow_arn,
  :name,
  :source_type,
  :status,
  :maintenance)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2678

class ListedFlow < Struct.new(
  :availability_zone,
  :description,
  :flow_arn,
  :name,
  :source_type,
  :status,
  :maintenance)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of source. This value is either owned (originated somewhere other than an AWS Elemental MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental MediaConnect flow owned by another AWS account).

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2678

class ListedFlow < Struct.new(
  :availability_zone,
  :description,
  :flow_arn,
  :name,
  :source_type,
  :status,
  :maintenance)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the flow.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2678

class ListedFlow < Struct.new(
  :availability_zone,
  :description,
  :flow_arn,
  :name,
  :source_type,
  :status,
  :maintenance)
  SENSITIVE = []
  include Aws::Structure
end