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)


188
189
190
# File 'sig/types.rbs', line 188

def cluster_arn
  @cluster_arn
end

#cluster_type"PROVISIONED", "SERVERLESS"

Returns the value of attribute cluster_type.

Returns:

  • ("PROVISIONED", "SERVERLESS")


189
190
191
# File 'sig/types.rbs', line 189

def cluster_type
  @cluster_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


191
192
193
# File 'sig/types.rbs', line 191

def end_time
  @end_time
end

#operation_arn::String

Returns the value of attribute operation_arn.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def operation_arn
  @operation_arn
end

#operation_state::String

Returns the value of attribute operation_state.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def operation_state
  @operation_state
end

#operation_type::String

Returns the value of attribute operation_type.

Returns:

  • (::String)


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

def operation_type
  @operation_type
end

#provisionedTypes::ClusterOperationV2Provisioned

Returns the value of attribute provisioned.



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

def provisioned
  @provisioned
end

#serverlessTypes::ClusterOperationV2Serverless

Returns the value of attribute serverless.



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

def serverless
  @serverless
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


190
191
192
# File 'sig/types.rbs', line 190

def start_time
  @start_time
end