Class: Aws::Types::DiversityColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cap_type ⇒ "PERCENTAGE", "VALUE"

Returns the value of attribute cap_type.

Returns:

  • ("PERCENTAGE", "VALUE")


840
841
842
# File 'sig/types.rbs', line 840

def cap_type
  @cap_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def name
  @name
end

#target ⇒ ::String

Returns the value of attribute target.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def target
  @target
end