Class: Aws::Types::ListFleetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListFleetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_id ⇒ ::String
Returns the value of attribute build_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#script_id ⇒ ::String
Returns the value of attribute script_id.
Instance Attribute Details
#build_id ⇒ ::String
Returns the value of attribute build_id.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def build_id @build_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def next_token @next_token end |
#script_id ⇒ ::String
Returns the value of attribute script_id.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def script_id @script_id end |