Class: Aws::Types::UpdateClusterResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5463
5464
5465
# File 'sig/types.rbs', line 5463

def arn
  @arn
end

#channel_ids::Array[::String]

Returns the value of attribute channel_ids.

Returns:

  • (::Array[::String])


5464
5465
5466
# File 'sig/types.rbs', line 5464

def channel_ids
  @channel_ids
end

#cluster_type"ON_PREMISES"

Returns the value of attribute cluster_type.

Returns:

  • ("ON_PREMISES")


5465
5466
5467
# File 'sig/types.rbs', line 5465

def cluster_type
  @cluster_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5466
5467
5468
# File 'sig/types.rbs', line 5466

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5467
5468
5469
# File 'sig/types.rbs', line 5467

def name
  @name
end

#network_settingsTypes::ClusterNetworkSettings

Returns the value of attribute network_settings.



5468
5469
5470
# File 'sig/types.rbs', line 5468

def network_settings
  @network_settings
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "DELETE_FAILED", "DELETED")


5469
5470
5471
# File 'sig/types.rbs', line 5469

def state
  @state
end