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.
161 162 163 |
# File 'sig/types.rbs', line 161 def client_request_id @client_request_id end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
162 163 164 |
# File 'sig/types.rbs', line 162 def cluster_arn @cluster_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
163 164 165 |
# File 'sig/types.rbs', line 163 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
164 165 166 |
# File 'sig/types.rbs', line 164 def end_time @end_time end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
165 166 167 |
# File 'sig/types.rbs', line 165 def error_info @error_info end |
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
167 168 169 |
# File 'sig/types.rbs', line 167 def operation_arn @operation_arn end |
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
168 169 170 |
# File 'sig/types.rbs', line 168 def operation_state @operation_state end |
#operation_steps ⇒ ::Array[Types::ClusterOperationStep]
Returns the value of attribute operation_steps.
166 167 168 |
# File 'sig/types.rbs', line 166 def operation_steps @operation_steps end |
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
169 170 171 |
# File 'sig/types.rbs', line 169 def operation_type @operation_type end |
#source_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute source_cluster_info.
170 171 172 |
# File 'sig/types.rbs', line 170 def source_cluster_info @source_cluster_info end |
#target_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute target_cluster_info.
171 172 173 |
# File 'sig/types.rbs', line 171 def target_cluster_info @target_cluster_info end |
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Returns the value of attribute vpc_connection_info.
172 173 174 |
# File 'sig/types.rbs', line 172 def vpc_connection_info @vpc_connection_info end |