Class: Aws::Types::CreateShareResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateShareResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
-
#share_name ⇒ ::String
Returns the value of attribute share_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#share_id ⇒ ::String
Returns the value of attribute share_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def share_id @share_id end |
#share_name ⇒ ::String
Returns the value of attribute share_name.
413 414 415 |
# File 'sig/types.rbs', line 413 def share_name @share_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
412 413 414 |
# File 'sig/types.rbs', line 412 def status @status end |