Class: Aws::Types::ListRecommendationsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def cluster_identifier
  @cluster_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def max_records
  @max_records
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def namespace_arn
  @namespace_arn
end