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)


216
217
218
# File 'sig/types.rbs', line 216

def cluster_arn
  @cluster_arn
end

#cluster_type"PROVISIONED", "SERVERLESS"

Returns the value of attribute cluster_type.

Returns:

  • ("PROVISIONED", "SERVERLESS")


217
218
219
# File 'sig/types.rbs', line 217

def cluster_type
  @cluster_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


219
220
221
# File 'sig/types.rbs', line 219

def end_time
  @end_time
end

#operation_arn::String

Returns the value of attribute operation_arn.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def operation_arn
  @operation_arn
end

#operation_state::String

Returns the value of attribute operation_state.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def operation_state
  @operation_state
end

#operation_type::String

Returns the value of attribute operation_type.

Returns:

  • (::String)


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

def operation_type
  @operation_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


218
219
220
# File 'sig/types.rbs', line 218

def start_time
  @start_time
end