Class: Aws::OpsWorks::Types::DataSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Describes an app’s data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The data source’s ARN.

Returns:

  • (String)


1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-opsworks/types.rb', line 1938

class DataSource < Struct.new(
  :type,
  :arn,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The database name.

Returns:

  • (String)


1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-opsworks/types.rb', line 1938

class DataSource < Struct.new(
  :type,
  :arn,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data source’s type, ‘AutoSelectOpsworksMysqlInstance`, `OpsworksMysqlInstance`, `RdsDbInstance`, or `None`.

Returns:

  • (String)


1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-opsworks/types.rb', line 1938

class DataSource < Struct.new(
  :type,
  :arn,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end