Class: Aws::Types::StartAnalysisLogExportInput
- Inherits:
-
Object
- Object
- Aws::Types::StartAnalysisLogExportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#result_configuration ⇒ Types::AnalysisLogExportResultConfiguration
Returns the value of attribute result_configuration.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def analysis_id @analysis_id end |
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def analysis_type @analysis_type end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def membership_identifier @membership_identifier end |
#result_configuration ⇒ Types::AnalysisLogExportResultConfiguration
Returns the value of attribute result_configuration.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def result_configuration @result_configuration end |