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)


909
910
911
# File 'sig/types.rbs', line 909

def addon_name
  @addon_name
end

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def capability_name
  @capability_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def name
  @name
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def nodegroup_name
  @nodegroup_name
end

#update_id::String

Returns the value of attribute update_id.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def update_id
  @update_id
end