Class: Aws::Types::ClusterOperationV2

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)


195
196
197
# File 'sig/types.rbs', line 195

def cluster_arn
  @cluster_arn
end

#cluster_type"PROVISIONED", "SERVERLESS"

Returns the value of attribute cluster_type.

Returns:

  • ("PROVISIONED", "SERVERLESS")


196
197
198
# File 'sig/types.rbs', line 196

def cluster_type
  @cluster_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


198
199
200
# File 'sig/types.rbs', line 198

def end_time
  @end_time
end

#operation_arn::String

Returns the value of attribute operation_arn.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def operation_arn
  @operation_arn
end

#operation_state::String

Returns the value of attribute operation_state.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def operation_state
  @operation_state
end

#operation_type::String

Returns the value of attribute operation_type.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def operation_type
  @operation_type
end

#provisionedTypes::ClusterOperationV2Provisioned

Returns the value of attribute provisioned.



202
203
204
# File 'sig/types.rbs', line 202

def provisioned
  @provisioned
end

#serverlessTypes::ClusterOperationV2Serverless

Returns the value of attribute serverless.



203
204
205
# File 'sig/types.rbs', line 203

def serverless
  @serverless
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def start_time
  @start_time
end