Class: Aws::Types::DescribeClusterTracksMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterTracksMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def maintenance_track_name @maintenance_track_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def max_records @max_records end |