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:



1574
1575
1576
# File 'sig/types.rbs', line 1574

def family
  @family
end

#family_prefix::String

Returns the value of attribute family_prefix.

Returns:



1573
1574
1575
# File 'sig/types.rbs', line 1573

def family_prefix
  @family_prefix
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1579
1580
1581
# File 'sig/types.rbs', line 1579

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1578
1579
1580
# File 'sig/types.rbs', line 1578

def next_token
  @next_token
end

#revision"LAST_REGISTERED"

Returns the value of attribute revision.

Returns:



1575
1576
1577
# File 'sig/types.rbs', line 1575

def revision
  @revision
end

#sort"ASC", "DESC"

Returns the value of attribute sort.

Returns:



1577
1578
1579
# File 'sig/types.rbs', line 1577

def sort
  @sort
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:



1576
1577
1578
# File 'sig/types.rbs', line 1576

def status
  @status
end