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)


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.

Returns:

  • ("PROTECTED_QUERY")


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.

Returns:

  • (::String)


3093
3094
3095
# File 'sig/types.rbs', line 3093

def membership_identifier
  @membership_identifier
end

#result_configurationTypes::AnalysisLogExportResultConfiguration

Returns the value of attribute result_configuration.



3096
3097
3098
# File 'sig/types.rbs', line 3096

def result_configuration
  @result_configuration
end