Class: Aws::MediaLive::Types::UpdateNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateNetworkResponse
- 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
20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 |
# File 'lib/aws-sdk-medialive/types.rb', line 20764 class UpdateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#associated_cluster_ids ⇒ Array<String>
20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 |
# File 'lib/aws-sdk-medialive/types.rb', line 20764 class UpdateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 |
# File 'lib/aws-sdk-medialive/types.rb', line 20764 class UpdateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#ip_pools ⇒ Array<Types::IpPool>
20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 |
# File 'lib/aws-sdk-medialive/types.rb', line 20764 class UpdateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 |
# File 'lib/aws-sdk-medialive/types.rb', line 20764 class UpdateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#routes ⇒ Array<Types::Route>
20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 |
# File 'lib/aws-sdk-medialive/types.rb', line 20764 class UpdateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeNetworkResult, DescribeNetworkSummary, UpdateNetworkResult.
20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 |
# File 'lib/aws-sdk-medialive/types.rb', line 20764 class UpdateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |