Class: Aws::Types::ApplicationStatusCheckAssociationObject

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)


460
461
462
# File 'sig/types.rbs', line 460

def application_status_check_id
  @application_status_check_id
end

#association_type"tag", "instance-id"

Returns the value of attribute association_type.

Returns:

  • ("tag", "instance-id")


461
462
463
# File 'sig/types.rbs', line 461

def association_type
  @association_type
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def value
  @value
end