Class: Aws::Types::S3TableIntegrationSource
- Inherits:
-
Object
- Object
- Aws::Types::S3TableIntegrationSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#parent_source_identifier ⇒ ::String
Returns the value of attribute parent_source_identifier.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def created_time_stamp @created_time_stamp end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def data_source @data_source end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def identifier @identifier end |
#parent_source_identifier ⇒ ::String
Returns the value of attribute parent_source_identifier.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def parent_source_identifier @parent_source_identifier end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def status_reason @status_reason end |