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.
810 811 812 |
# File 'sig/types.rbs', line 810 def cluster_type @cluster_type end |
#cluster_versions ⇒ ::Array[::String]
Returns the value of attribute cluster_versions.
815 816 817 |
# File 'sig/types.rbs', line 815 def cluster_versions @cluster_versions end |
#default_only ⇒ Boolean
Returns the value of attribute default_only.
813 814 815 |
# File 'sig/types.rbs', line 813 def default_only @default_only end |
#include_all ⇒ Boolean
Returns the value of attribute include_all.
814 815 816 |
# File 'sig/types.rbs', line 814 def include_all @include_all end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
811 812 813 |
# File 'sig/types.rbs', line 811 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
812 813 814 |
# File 'sig/types.rbs', line 812 def next_token @next_token end |
#status ⇒ "unsupported", ...
Returns the value of attribute status.
816 817 818 |
# File 'sig/types.rbs', line 816 def status @status end |
#version_status ⇒ "UNSUPPORTED", ...
Returns the value of attribute version_status.
817 818 819 |
# File 'sig/types.rbs', line 817 def version_status @version_status end |