Class: Aws::MediaLive::Types::DeleteClusterResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#channel_idsArray<String>

Returns:

  • (Array<String>)


18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_typeString

Used in CreateClusterSummary, DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)


18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_role_arnString

Returns:

  • (String)


18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#network_settingsTypes::ClusterNetworkSettings

Used in DescribeClusterResult, DescribeClusterSummary, UpdateClusterResult.



18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Used in DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)


18980
18981
18982
18983
18984
18985
18986
18987
18988
18989
18990
18991
# File 'lib/aws-sdk-medialive/types.rb', line 18980

class DeleteClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end