Class: Aws::Types::ListFargateProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFargateProfilesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fargate_profile_names ⇒ ::Array[::String]
Returns the value of attribute fargate_profile_names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fargate_profile_names ⇒ ::Array[::String]
Returns the value of attribute fargate_profile_names.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def fargate_profile_names @fargate_profile_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def next_token @next_token end |