Class: Aws::MediaLive::Types::DescribeNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeNetworkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #associated_cluster_ids ⇒ Array<String>
- #id ⇒ String
- #ip_pools ⇒ Array<Types::IpPool>
- #name ⇒ String
- #routes ⇒ Array<Types::Route>
-
#state ⇒ String
Used in DescribeNetworkResult, DescribeNetworkSummary, UpdateNetworkResult.
Instance Attribute Details
#arn ⇒ String
19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 |
# File 'lib/aws-sdk-medialive/types.rb', line 19120 class DescribeNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#associated_cluster_ids ⇒ Array<String>
19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 |
# File 'lib/aws-sdk-medialive/types.rb', line 19120 class DescribeNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 |
# File 'lib/aws-sdk-medialive/types.rb', line 19120 class DescribeNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#ip_pools ⇒ Array<Types::IpPool>
19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 |
# File 'lib/aws-sdk-medialive/types.rb', line 19120 class DescribeNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 |
# File 'lib/aws-sdk-medialive/types.rb', line 19120 class DescribeNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#routes ⇒ Array<Types::Route>
19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 |
# File 'lib/aws-sdk-medialive/types.rb', line 19120 class DescribeNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeNetworkResult, DescribeNetworkSummary, UpdateNetworkResult.
19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 |
# File 'lib/aws-sdk-medialive/types.rb', line 19120 class DescribeNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |