Class: Aws::Types::StartAnalysisLogExportInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


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.

Returns:

  • ("PROTECTED_QUERY")


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.

Returns:

  • (::String)


3120
3121
3122
# File 'sig/types.rbs', line 3120

def membership_identifier
  @membership_identifier
end

#result_configurationTypes::AnalysisLogExportResultConfiguration

Returns the value of attribute result_configuration.



3123
3124
3125
# File 'sig/types.rbs', line 3123

def result_configuration
  @result_configuration
end