Class: Aws::MediaLive::Types::DeleteNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteNetworkResponse
- Defined in:
- gems/aws-sdk-medialive/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
19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19450 class DeleteNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#associated_cluster_ids ⇒ Array<String>
19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19450 class DeleteNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19450 class DeleteNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#ip_pools ⇒ Array<Types::IpPool>
19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19450 class DeleteNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19450 class DeleteNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#routes ⇒ Array<Types::Route>
19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19450 class DeleteNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeNetworkResult, DescribeNetworkSummary, UpdateNetworkResult.
19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19450 class DeleteNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |