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.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def analysis_id @analysis_id end |
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def analysis_type @analysis_type end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def membership_identifier @membership_identifier end |
#result_configuration ⇒ Types::AnalysisLogExportResultConfiguration
Returns the value of attribute result_configuration.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def result_configuration @result_configuration end |