Class: Aws::Types::Cluster
- Inherits:
-
Object
- Object
- Aws::Types::Cluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_operation_arn ⇒ ::String
Returns the value of attribute active_operation_arn.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#provisioned ⇒ Types::Provisioned
Returns the value of attribute provisioned.
-
#serverless ⇒ Types::Serverless
Returns the value of attribute serverless.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
-
#state_info ⇒ Types::StateInfo
Returns the value of attribute state_info.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#active_operation_arn ⇒ ::String
Returns the value of attribute active_operation_arn.
947 948 949 |
# File 'sig/types.rbs', line 947 def active_operation_arn @active_operation_arn end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
949 950 951 |
# File 'sig/types.rbs', line 949 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
950 951 952 |
# File 'sig/types.rbs', line 950 def cluster_name @cluster_name end |
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
948 949 950 |
# File 'sig/types.rbs', line 948 def cluster_type @cluster_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
951 952 953 |
# File 'sig/types.rbs', line 951 def creation_time @creation_time end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
952 953 954 |
# File 'sig/types.rbs', line 952 def current_version @current_version end |
#provisioned ⇒ Types::Provisioned
Returns the value of attribute provisioned.
956 957 958 |
# File 'sig/types.rbs', line 956 def provisioned @provisioned end |
#serverless ⇒ Types::Serverless
Returns the value of attribute serverless.
957 958 959 |
# File 'sig/types.rbs', line 957 def serverless @serverless end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
953 954 955 |
# File 'sig/types.rbs', line 953 def state @state end |
#state_info ⇒ Types::StateInfo
Returns the value of attribute state_info.
954 955 956 |
# File 'sig/types.rbs', line 954 def state_info @state_info end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
955 956 957 |
# File 'sig/types.rbs', line 955 def @tags end |