Class: Aws::Types::AttachDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::AttachDataSourceResponse
- 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.
187 188 189 |
# File 'sig/types.rbs', line 187 def arn @arn end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def @attachment_id end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
188 189 190 |
# File 'sig/types.rbs', line 188 def data_source_arn @data_source_arn end |
#id ⇒ ::String
Returns the value of attribute id.
186 187 188 |
# File 'sig/types.rbs', line 186 def id @id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
189 190 191 |
# File 'sig/types.rbs', line 189 def status @status end |