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.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def fargate_profile_names @fargate_profile_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def next_token @next_token end |