Class: Aws::Types::CustomAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifier::String

Returns the value of attribute object_identifier.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def object_identifier
  @object_identifier
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def value
  @value
end