Class: Aws::Types::CustomExtension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criticalBoolean

Returns the value of attribute critical.

Returns:

  • (Boolean)


154
155
156
# File 'sig/types.rbs', line 154

def critical
  @critical
end

#object_identifier::String

Returns the value of attribute object_identifier.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def object_identifier
  @object_identifier
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def value
  @value
end