Class: Aws::Types::GetLogFieldsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLogFieldsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
-
#data_source_type ⇒ ::String
Returns the value of attribute data_source_type.
Instance Attribute Details
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
978 979 980 |
# File 'sig/types.rbs', line 978 def data_source_name @data_source_name end |
#data_source_type ⇒ ::String
Returns the value of attribute data_source_type.
979 980 981 |
# File 'sig/types.rbs', line 979 def data_source_type @data_source_type end |