Module: Aws::MediaLive::Client::_CreateClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateClusterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_ids ⇒ ::Array[::String]
- #cluster_type ⇒ "ON_PREMISES"
- #id ⇒ ::String
- #instance_role_arn ⇒ ::String
- #name ⇒ ::String
- #network_settings ⇒ Types::ClusterNetworkSettings
- #state ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
1986 |
# File 'sig/client.rbs', line 1986
def arn: () -> ::String
|
#channel_ids ⇒ ::Array[::String]
1987 |
# File 'sig/client.rbs', line 1987
def channel_ids: () -> ::Array[::String]
|
#cluster_type ⇒ "ON_PREMISES"
1988 |
# File 'sig/client.rbs', line 1988
def cluster_type: () -> ("ON_PREMISES")
|
#id ⇒ ::String
1989 |
# File 'sig/client.rbs', line 1989
def id: () -> ::String
|
#instance_role_arn ⇒ ::String
1990 |
# File 'sig/client.rbs', line 1990
def instance_role_arn: () -> ::String
|
#name ⇒ ::String
1991 |
# File 'sig/client.rbs', line 1991
def name: () -> ::String
|
#network_settings ⇒ Types::ClusterNetworkSettings
1992 |
# File 'sig/client.rbs', line 1992
def network_settings: () -> Types::ClusterNetworkSettings
|
#state ⇒ "CREATING", ...
1993 |
# File 'sig/client.rbs', line 1993
def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|