Class: Aws::Types::PutFindingsPublicationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFindingsPublicationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#security_hub_configuration ⇒ Types::SecurityHubConfiguration
Returns the value of attribute security_hub_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def client_token @client_token end |
#security_hub_configuration ⇒ Types::SecurityHubConfiguration
Returns the value of attribute security_hub_configuration.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def security_hub_configuration @security_hub_configuration end |