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.
976 977 978 |
# File 'sig/types.rbs', line 976 def data_source_name @data_source_name end |
#data_source_type ⇒ ::String
Returns the value of attribute data_source_type.
977 978 979 |
# File 'sig/types.rbs', line 977 def data_source_type @data_source_type end |