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.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def fargate_profile_names @fargate_profile_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def next_token @next_token end |