Class: Aws::Types::DeleteApplicationStatusCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationStatusCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
4083 4084 4085 |
# File 'sig/types.rbs', line 4083 def application_status_check_id @application_status_check_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4085 4086 4087 |
# File 'sig/types.rbs', line 4085 def dry_run @dry_run end |