Class: Aws::Types::ClusterOperationV2Summary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def cluster_arn
  @cluster_arn
end

#cluster_type"PROVISIONED", "SERVERLESS"

Returns the value of attribute cluster_type.

Returns:

  • ("PROVISIONED", "SERVERLESS")


224
225
226
# File 'sig/types.rbs', line 224

def cluster_type
  @cluster_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


226
227
228
# File 'sig/types.rbs', line 226

def end_time
  @end_time
end

#operation_arn::String

Returns the value of attribute operation_arn.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def operation_arn
  @operation_arn
end

#operation_state::String

Returns the value of attribute operation_state.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def operation_state
  @operation_state
end

#operation_type::String

Returns the value of attribute operation_type.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def operation_type
  @operation_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


225
226
227
# File 'sig/types.rbs', line 225

def start_time
  @start_time
end