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.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def analysis_log_export_identifier @analysis_log_export_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def membership_identifier @membership_identifier end |