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.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def alternate_data_source_parameters @alternate_data_source_parameters end |
#arn ⇒ ::String
Returns the value of attribute arn.
3461 3462 3463 |
# File 'sig/types.rbs', line 3461 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3466 3467 3468 |
# File 'sig/types.rbs', line 3466 def created_time @created_time end |
#credential_status ⇒ "CONNECTED", ...
Returns the value of attribute credential_status.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def credential_status @credential_status end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
3462 3463 3464 |
# File 'sig/types.rbs', line 3462 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def data_source_parameters @data_source_parameters end |
#error_info ⇒ Types::DataSourceErrorInfo
Returns the value of attribute error_info.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def error_info @error_info end |
#last_credential_verified_at ⇒ ::Time
Returns the value of attribute last_credential_verified_at.
3475 3476 3477 |
# File 'sig/types.rbs', line 3475 def last_credential_verified_at @last_credential_verified_at end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3467 3468 3469 |
# File 'sig/types.rbs', line 3467 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
3463 3464 3465 |
# File 'sig/types.rbs', line 3463 def name @name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def secret_arn @secret_arn end |
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def ssl_properties @ssl_properties end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def status @status end |
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def type @type end |
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def vpc_connection_properties @vpc_connection_properties end |