Class: Aws::Types::DataSource
- Inherits:
-
Object
- Object
- Aws::Types::DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_data_source_parameters ⇒ ::Array[Types::DataSourceParameters]
Returns the value of attribute alternate_data_source_parameters.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#credential_status ⇒ "CONNECTED", ...
Returns the value of attribute credential_status.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
-
#error_info ⇒ Types::DataSourceErrorInfo
Returns the value of attribute error_info.
-
#last_credential_verified_at ⇒ ::Time
Returns the value of attribute last_credential_verified_at.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
-
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
Instance Attribute Details
#alternate_data_source_parameters ⇒ ::Array[Types::DataSourceParameters]
Returns the value of attribute alternate_data_source_parameters.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def alternate_data_source_parameters @alternate_data_source_parameters end |
#arn ⇒ ::String
Returns the value of attribute arn.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3335 3336 3337 |
# File 'sig/types.rbs', line 3335 def created_time @created_time end |
#credential_status ⇒ "CONNECTED", ...
Returns the value of attribute credential_status.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def credential_status @credential_status end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
3337 3338 3339 |
# File 'sig/types.rbs', line 3337 def data_source_parameters @data_source_parameters end |
#error_info ⇒ Types::DataSourceErrorInfo
Returns the value of attribute error_info.
3341 3342 3343 |
# File 'sig/types.rbs', line 3341 def error_info @error_info end |
#last_credential_verified_at ⇒ ::Time
Returns the value of attribute last_credential_verified_at.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def last_credential_verified_at @last_credential_verified_at end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3336 3337 3338 |
# File 'sig/types.rbs', line 3336 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
3332 3333 3334 |
# File 'sig/types.rbs', line 3332 def name @name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def secret_arn @secret_arn end |
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def ssl_properties @ssl_properties end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
3334 3335 3336 |
# File 'sig/types.rbs', line 3334 def status @status end |
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def type @type end |
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def vpc_connection_properties @vpc_connection_properties end |