Class: Aws::Types::DisassociateApplicationStatusCheckRequest

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)


8528
8529
8530
# File 'sig/types.rbs', line 8528

def application_status_check_id
  @application_status_check_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8531
8532
8533
# File 'sig/types.rbs', line 8531

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8532
8533
8534
# File 'sig/types.rbs', line 8532

def dry_run
  @dry_run
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


8530
8531
8532
# File 'sig/types.rbs', line 8530

def instance_ids
  @instance_ids
end

#target_tag_associations::Array[Types::CustomTagKeyValueRequestPair]

Returns the value of attribute target_tag_associations.



8529
8530
8531
# File 'sig/types.rbs', line 8529

def target_tag_associations
  @target_tag_associations
end