Module: Aws::CloudWatchLogs::Client::_GetTransformerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTransformerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Integer
- #last_modified_time ⇒ ::Integer
- #log_group_identifier ⇒ ::String
- #transformer_config ⇒ ::Array[Types::Processor]
Instance Method Details
#creation_time ⇒ ::Integer
948 |
# File 'sig/client.rbs', line 948
def creation_time: () -> ::Integer
|
#last_modified_time ⇒ ::Integer
949 |
# File 'sig/client.rbs', line 949
def last_modified_time: () -> ::Integer
|
#log_group_identifier ⇒ ::String
947 |
# File 'sig/client.rbs', line 947
def log_group_identifier: () -> ::String
|
#transformer_config ⇒ ::Array[Types::Processor]
950 |
# File 'sig/client.rbs', line 950
def transformer_config: () -> ::Array[Types::Processor]
|