Class: Aws::Types::ClusterOperationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ClusterOperationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_id ⇒ ::String
Returns the value of attribute client_request_id.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
-
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
-
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
-
#operation_steps ⇒ ::Array[Types::ClusterOperationStep]
Returns the value of attribute operation_steps.
-
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
-
#source_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute source_cluster_info.
-
#target_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute target_cluster_info.
-
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Returns the value of attribute vpc_connection_info.
Instance Attribute Details
#client_request_id ⇒ ::String
Returns the value of attribute client_request_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def client_request_id @client_request_id end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
169 170 171 |
# File 'sig/types.rbs', line 169 def cluster_arn @cluster_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
170 171 172 |
# File 'sig/types.rbs', line 170 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
171 172 173 |
# File 'sig/types.rbs', line 171 def end_time @end_time end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
172 173 174 |
# File 'sig/types.rbs', line 172 def error_info @error_info end |
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
174 175 176 |
# File 'sig/types.rbs', line 174 def operation_arn @operation_arn end |
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
175 176 177 |
# File 'sig/types.rbs', line 175 def operation_state @operation_state end |
#operation_steps ⇒ ::Array[Types::ClusterOperationStep]
Returns the value of attribute operation_steps.
173 174 175 |
# File 'sig/types.rbs', line 173 def operation_steps @operation_steps end |
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
176 177 178 |
# File 'sig/types.rbs', line 176 def operation_type @operation_type end |
#source_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute source_cluster_info.
177 178 179 |
# File 'sig/types.rbs', line 177 def source_cluster_info @source_cluster_info end |
#target_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute target_cluster_info.
178 179 180 |
# File 'sig/types.rbs', line 178 def target_cluster_info @target_cluster_info end |
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Returns the value of attribute vpc_connection_info.
179 180 181 |
# File 'sig/types.rbs', line 179 def vpc_connection_info @vpc_connection_info end |