Class: Aws::MediaLive::Types::CreateNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateNetworkResponse
- 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
18578 18579 18580 18581 18582 18583 18584 18585 18586 18587 18588 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18578 class CreateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#associated_cluster_ids ⇒ Array<String>
18578 18579 18580 18581 18582 18583 18584 18585 18586 18587 18588 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18578 class CreateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
18578 18579 18580 18581 18582 18583 18584 18585 18586 18587 18588 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18578 class CreateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#ip_pools ⇒ Array<Types::IpPool>
18578 18579 18580 18581 18582 18583 18584 18585 18586 18587 18588 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18578 class CreateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
18578 18579 18580 18581 18582 18583 18584 18585 18586 18587 18588 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18578 class CreateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#routes ⇒ Array<Types::Route>
18578 18579 18580 18581 18582 18583 18584 18585 18586 18587 18588 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18578 class CreateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeNetworkResult, DescribeNetworkSummary, UpdateNetworkResult.
18578 18579 18580 18581 18582 18583 18584 18585 18586 18587 18588 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18578 class CreateNetworkResponse < Struct.new( :arn, :associated_cluster_ids, :id, :ip_pools, :name, :routes, :state) SENSITIVE = [] include Aws::Structure end |