Class: Aws::Types::Attribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_name_encoding::String

Returns the value of attribute alternate_name_encoding.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def alternate_name_encoding
  @alternate_name_encoding
end

#alternate_value_encoding::String

Returns the value of attribute alternate_value_encoding.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def alternate_value_encoding
  @alternate_value_encoding
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def value
  @value
end