Class: Aws::Types::ShareAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ShareAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
-
#weight_factor ⇒ ::Float
Returns the value of attribute weight_factor.
Instance Attribute Details
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def share_identifier @share_identifier end |
#weight_factor ⇒ ::Float
Returns the value of attribute weight_factor.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def weight_factor @weight_factor end |