Class: Aws::Types::ListFargateProfilesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fargate_profile_names::Array[::String]

Returns the value of attribute fargate_profile_names.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def next_token
  @next_token
end