Class: Aws::Types::CreateTicketV2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateTicketV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#finding_metadata_uid ⇒ ::String
Returns the value of attribute finding_metadata_uid.
-
#mode ⇒ "DRYRUN"
Returns the value of attribute mode.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5250 5251 5252 |
# File 'sig/types.rbs', line 5250 def client_token @client_token end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
5248 5249 5250 |
# File 'sig/types.rbs', line 5248 def connector_id @connector_id end |
#finding_metadata_uid ⇒ ::String
Returns the value of attribute finding_metadata_uid.
5249 5250 5251 |
# File 'sig/types.rbs', line 5249 def @finding_metadata_uid end |
#mode ⇒ "DRYRUN"
Returns the value of attribute mode.
5251 5252 5253 |
# File 'sig/types.rbs', line 5251 def mode @mode end |