Class: Aws::Types::CreateClusterResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



4904
4905
4906
# File 'sig/types.rbs', line 4904

def arn
  @arn
end

#channel_ids::Array[::String]

Returns the value of attribute channel_ids.



4905
4906
4907
# File 'sig/types.rbs', line 4905

def channel_ids
  @channel_ids
end

#cluster_type"ON_PREMISES"

Returns the value of attribute cluster_type.



4906
4907
4908
# File 'sig/types.rbs', line 4906

def cluster_type
  @cluster_type
end

#id::String

Returns the value of attribute id.



4907
4908
4909
# File 'sig/types.rbs', line 4907

def id
  @id
end

#instance_role_arn::String

Returns the value of attribute instance_role_arn.



4908
4909
4910
# File 'sig/types.rbs', line 4908

def instance_role_arn
  @instance_role_arn
end

#name::String

Returns the value of attribute name.



4909
4910
4911
# File 'sig/types.rbs', line 4909

def name
  @name
end

#network_settingsTypes::ClusterNetworkSettings

Returns the value of attribute network_settings.



4910
4911
4912
# File 'sig/types.rbs', line 4910

def network_settings
  @network_settings
end

#state"CREATING", ...

Returns the value of attribute state.



4911
4912
4913
# File 'sig/types.rbs', line 4911

def state
  @state
end