Class: Aws::Types::DescribeDataSourceAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSourceAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
737 738 739 |
# File 'sig/types.rbs', line 737 def data_source_arn @data_source_arn end |
#id ⇒ ::String
Returns the value of attribute id.
736 737 738 |
# File 'sig/types.rbs', line 736 def id @id end |