Class: Aws::Types::ListUpdatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def addon_name
  @addon_name
end

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def capability_name
  @capability_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1519
1520
1521
# File 'sig/types.rbs', line 1519

def next_token
  @next_token
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def nodegroup_name
  @nodegroup_name
end