Class: Aws::Types::AttachDataSourceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def id
  @id
end

#workspace_configurationTypes::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.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def workspace_id
  @workspace_id
end