Class: Aws::Types::GetAnalysisLogExportInput
- Inherits:
-
Object
- Object
- Aws::Types::GetAnalysisLogExportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_log_export_identifier ⇒ ::String
Returns the value of attribute analysis_log_export_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#analysis_log_export_identifier ⇒ ::String
Returns the value of attribute analysis_log_export_identifier.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def analysis_log_export_identifier @analysis_log_export_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def membership_identifier @membership_identifier end |