Class: Aws::Types::ServiceAdditionalInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2954
2955
2956
# File 'sig/types.rbs', line 2954

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2953
2954
2955
# File 'sig/types.rbs', line 2953

def value
  @value
end