Module: Aws::ObservabilityAdmin::Client::_GetS3TableIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetS3TableIntegrationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_time_stamp ⇒ ::Integer
- #destination_table_bucket_arn ⇒ ::String
- #encryption ⇒ Types::Encryption
- #role_arn ⇒ ::String
- #status ⇒ "ACTIVE", "DELETING"
Instance Method Details
#arn ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def arn: () -> ::String
|
#created_time_stamp ⇒ ::Integer
204 |
# File 'sig/client.rbs', line 204
def created_time_stamp: () -> ::Integer
|
#destination_table_bucket_arn ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def destination_table_bucket_arn: () -> ::String
|
#encryption ⇒ Types::Encryption
202 |
# File 'sig/client.rbs', line 202
def encryption: () -> Types::Encryption
|
#role_arn ⇒ ::String
200 |
# File 'sig/client.rbs', line 200
def role_arn: () -> ::String
|
#status ⇒ "ACTIVE", "DELETING"
201 |
# File 'sig/client.rbs', line 201
def status: () -> ("ACTIVE" | "DELETING")
|