Class: Aws::Types::RecordConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RecordConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gsr_schema_arn ⇒ ::String
Returns the value of attribute gsr_schema_arn.
-
#record_format_type ⇒ "GSR_JSON", ...
Returns the value of attribute record_format_type.
Instance Attribute Details
#gsr_schema_arn ⇒ ::String
Returns the value of attribute gsr_schema_arn.
612 613 614 |
# File 'sig/types.rbs', line 612 def gsr_schema_arn @gsr_schema_arn end |
#record_format_type ⇒ "GSR_JSON", ...
Returns the value of attribute record_format_type.
611 612 613 |
# File 'sig/types.rbs', line 611 def record_format_type @record_format_type end |