Class: Aws::Types::DescribeClusterVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
-
#cluster_versions ⇒ ::Array[::String]
Returns the value of attribute cluster_versions.
-
#default_only ⇒ Boolean
Returns the value of attribute default_only.
-
#include_all ⇒ Boolean
Returns the value of attribute include_all.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "unsupported", ...
Returns the value of attribute status.
-
#version_status ⇒ "UNSUPPORTED", ...
Returns the value of attribute version_status.
Instance Attribute Details
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
904 905 906 |
# File 'sig/types.rbs', line 904 def cluster_type @cluster_type end |
#cluster_versions ⇒ ::Array[::String]
Returns the value of attribute cluster_versions.
909 910 911 |
# File 'sig/types.rbs', line 909 def cluster_versions @cluster_versions end |
#default_only ⇒ Boolean
Returns the value of attribute default_only.
907 908 909 |
# File 'sig/types.rbs', line 907 def default_only @default_only end |
#include_all ⇒ Boolean
Returns the value of attribute include_all.
908 909 910 |
# File 'sig/types.rbs', line 908 def include_all @include_all end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
905 906 907 |
# File 'sig/types.rbs', line 905 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
906 907 908 |
# File 'sig/types.rbs', line 906 def next_token @next_token end |
#status ⇒ "unsupported", ...
Returns the value of attribute status.
910 911 912 |
# File 'sig/types.rbs', line 910 def status @status end |
#version_status ⇒ "UNSUPPORTED", ...
Returns the value of attribute version_status.
911 912 913 |
# File 'sig/types.rbs', line 911 def version_status @version_status end |