Class: Aws::Types::GetAttributeValuesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def attribute_name
  @attribute_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


52
53
54
# File 'sig/types.rbs', line 52

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def next_token
  @next_token
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def service_code
  @service_code
end