Class: Aws::Types::ShareAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def share_identifier
  @share_identifier
end

#weight_factor::Float

Returns the value of attribute weight_factor.

Returns:

  • (::Float)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def weight_factor
  @weight_factor
end