Class: Aws::Types::ShareDetails
- Inherits:
-
Object
- Object
- Aws::Types::ShareDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#share_errors ⇒ ::Array[Types::ShareError]
Returns the value of attribute share_errors.
-
#successful_shares ⇒ ::Array[::String]
Returns the value of attribute successful_shares.
Instance Attribute Details
#share_errors ⇒ ::Array[Types::ShareError]
Returns the value of attribute share_errors.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def share_errors @share_errors end |
#successful_shares ⇒ ::Array[::String]
Returns the value of attribute successful_shares.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def successful_shares @successful_shares end |