Class: Aws::Types::GetTransformerResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTransformerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#transformer_config ⇒ ::Array[Types::Processor]
Returns the value of attribute transformer_config.
Instance Attribute Details
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def creation_time @creation_time end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def last_modified_time @last_modified_time end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def log_group_identifier @log_group_identifier end |
#transformer_config ⇒ ::Array[Types::Processor]
Returns the value of attribute transformer_config.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def transformer_config @transformer_config end |