Class: Aws::Types::AttachDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#workspace_configuration ⇒ Types::WorkspaceConfigurationInput
Returns the value of attribute workspace_configuration.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
180 181 182 |
# File 'sig/types.rbs', line 180 def client_token @client_token end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
177 178 179 |
# File 'sig/types.rbs', line 177 def data_source_arn @data_source_arn end |
#id ⇒ ::String
Returns the value of attribute id.
176 177 178 |
# File 'sig/types.rbs', line 176 def id @id end |
#workspace_configuration ⇒ Types::WorkspaceConfigurationInput
Returns the value of attribute workspace_configuration.
179 180 181 |
# File 'sig/types.rbs', line 179 def workspace_configuration @workspace_configuration end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def workspace_id @workspace_id end |