Module: Aws::CloudWatchLogs::Client::_GetLookupTableResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLookupTableResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #kms_key_id ⇒ ::String
- #last_updated_time ⇒ ::Integer
- #lookup_table_arn ⇒ ::String
- #lookup_table_name ⇒ ::String
- #size_bytes ⇒ ::Integer
- #table_body ⇒ ::String
Instance Method Details
#description ⇒ ::String
859 |
# File 'sig/client.rbs', line 859
def description: () -> ::String
|
#kms_key_id ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def kms_key_id: () -> ::String
|
#last_updated_time ⇒ ::Integer
862 |
# File 'sig/client.rbs', line 862
def last_updated_time: () -> ::Integer
|
#lookup_table_arn ⇒ ::String
857 |
# File 'sig/client.rbs', line 857
def lookup_table_arn: () -> ::String
|
#lookup_table_name ⇒ ::String
858 |
# File 'sig/client.rbs', line 858
def lookup_table_name: () -> ::String
|
#size_bytes ⇒ ::Integer
861 |
# File 'sig/client.rbs', line 861
def size_bytes: () -> ::Integer
|
#table_body ⇒ ::String
860 |
# File 'sig/client.rbs', line 860
def table_body: () -> ::String
|