Class: Aws::Types::DescribeAddonVersionsRequest

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)


775
776
777
# File 'sig/types.rbs', line 775

def addon_name
  @addon_name
end

#kubernetes_version::String

Returns the value of attribute kubernetes_version.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def kubernetes_version
  @kubernetes_version
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


773
774
775
# File 'sig/types.rbs', line 773

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def next_token
  @next_token
end

#owners::Array[::String]

Returns the value of attribute owners.

Returns:

  • (::Array[::String])


778
779
780
# File 'sig/types.rbs', line 778

def owners
  @owners
end

#publishers::Array[::String]

Returns the value of attribute publishers.

Returns:

  • (::Array[::String])


777
778
779
# File 'sig/types.rbs', line 777

def publishers
  @publishers
end

#types::Array[::String]

Returns the value of attribute types.

Returns:

  • (::Array[::String])


776
777
778
# File 'sig/types.rbs', line 776

def types
  @types
end