Class: Aws::Types::DescribeUpdateRequest

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)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def addon_name
  @addon_name
end

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def capability_name
  @capability_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def name
  @name
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def nodegroup_name
  @nodegroup_name
end

#update_id::String

Returns the value of attribute update_id.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def update_id
  @update_id
end