Class: Aws::Types::DataSourceAttachmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceAttachmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
600 601 602 |
# File 'sig/types.rbs', line 600 def @attachment_id end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
601 602 603 |
# File 'sig/types.rbs', line 601 def data_source_arn @data_source_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
602 603 604 |
# File 'sig/types.rbs', line 602 def status @status end |