Class: Aws::Types::DescribeDataSourceAttachmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSourceAttachmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
744 745 746 |
# File 'sig/types.rbs', line 744 def arn @arn end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
742 743 744 |
# File 'sig/types.rbs', line 742 def @attachment_id end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
745 746 747 |
# File 'sig/types.rbs', line 745 def data_source_arn @data_source_arn end |
#id ⇒ ::String
Returns the value of attribute id.
743 744 745 |
# File 'sig/types.rbs', line 743 def id @id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
746 747 748 |
# File 'sig/types.rbs', line 746 def status @status end |