Class: Aws::Types::StartMalwareScanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3007
3008
3009
# File 'sig/types.rbs', line 3007

def client_token
  @client_token
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3006
3007
3008
# File 'sig/types.rbs', line 3006

def resource_arn
  @resource_arn
end

#scan_configurationTypes::StartMalwareScanConfiguration

Returns the value of attribute scan_configuration.



3008
3009
3010
# File 'sig/types.rbs', line 3008

def scan_configuration
  @scan_configuration
end