Class: Aws::Types::StartAppAssessmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def app_version
  @app_version
end

#assessment_name ⇒ ::String

Returns the value of attribute assessment_name.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def assessment_name
  @assessment_name
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def client_token
  @client_token
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1284
1285
1286
# File 'sig/types.rbs', line 1284

def tags
  @tags
end