Class: Aws::Types::GetS3TableIntegrationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetS3TableIntegrationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
-
#destination_table_bucket_arn ⇒ ::String
Returns the value of attribute destination_table_bucket_arn.
-
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
259 260 261 |
# File 'sig/types.rbs', line 259 def arn @arn end |
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
264 265 266 |
# File 'sig/types.rbs', line 264 def created_time_stamp @created_time_stamp end |
#destination_table_bucket_arn ⇒ ::String
Returns the value of attribute destination_table_bucket_arn.
263 264 265 |
# File 'sig/types.rbs', line 263 def destination_table_bucket_arn @destination_table_bucket_arn end |
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
262 263 264 |
# File 'sig/types.rbs', line 262 def encryption @encryption end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
260 261 262 |
# File 'sig/types.rbs', line 260 def role_arn @role_arn end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
261 262 263 |
# File 'sig/types.rbs', line 261 def status @status end |