Class: Aws::Types::ListDaemonTaskDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#family::String

Returns the value of attribute family.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def family
  @family
end

#family_prefix::String

Returns the value of attribute family_prefix.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def family_prefix
  @family_prefix
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def next_token
  @next_token
end

#revision"LAST_REGISTERED"

Returns the value of attribute revision.

Returns:

  • ("LAST_REGISTERED")


1559
1560
1561
# File 'sig/types.rbs', line 1559

def revision
  @revision
end

#sort"ASC", "DESC"

Returns the value of attribute sort.

Returns:

  • ("ASC", "DESC")


1561
1562
1563
# File 'sig/types.rbs', line 1561

def sort
  @sort
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS", "ALL")


1560
1561
1562
# File 'sig/types.rbs', line 1560

def status
  @status
end