Class: Aws::Types::StartCodeSecurityScanRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCodeSecurityScanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#resource ⇒ Types::CodeSecurityResource
Returns the value of attribute resource.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def client_token @client_token end |
#resource ⇒ Types::CodeSecurityResource
Returns the value of attribute resource.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def resource @resource end |