Class: Aws::Types::UpdateAnalysisTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_identifier::String

Returns the value of attribute analysis_template_identifier.

Returns:

  • (::String)


3227
3228
3229
# File 'sig/types.rbs', line 3227

def analysis_template_identifier
  @analysis_template_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3228
3229
3230
# File 'sig/types.rbs', line 3228

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3226
3227
3228
# File 'sig/types.rbs', line 3226

def membership_identifier
  @membership_identifier
end