Class: Aws::Types::DeleteApplicationStatusCheckRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_status_check_id::String

Returns the value of attribute application_status_check_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4084
4085
4086
# File 'sig/types.rbs', line 4084

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4085
4086
4087
# File 'sig/types.rbs', line 4085

def dry_run
  @dry_run
end