Class: Aws::Types::ApplicationStatusCheckResponseObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation"included", "excluded"

Returns the value of attribute aggregation.

Returns:

  • ("included", "excluded")


469
470
471
# File 'sig/types.rbs', line 469

def aggregation
  @aggregation
end

#application_status_check_id::String

Returns the value of attribute application_status_check_id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def application_status_check_id
  @application_status_check_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


486
487
488
# File 'sig/types.rbs', line 486

def creation_time
  @creation_time
end

#deletion_time::Time

Returns the value of attribute deletion_time.

Returns:

  • (::Time)


488
489
490
# File 'sig/types.rbs', line 488

def deletion_time
  @deletion_time
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


474
475
476
# File 'sig/types.rbs', line 474

def device_index
  @device_index
end

#failure_threshold::Integer

Returns the value of attribute failure_threshold.

Returns:

  • (::Integer)


479
480
481
# File 'sig/types.rbs', line 479

def failure_threshold
  @failure_threshold
end

#health_check_paths::Array[Types::HealthCheckPathResponseObject]

Returns the value of attribute health_check_paths.



470
471
472
# File 'sig/types.rbs', line 470

def health_check_paths
  @health_check_paths
end

#initialization_grace_period_seconds::Integer

Returns the value of attribute initialization_grace_period_seconds.

Returns:

  • (::Integer)


482
483
484
# File 'sig/types.rbs', line 482

def initialization_grace_period_seconds
  @initialization_grace_period_seconds
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


477
478
479
# File 'sig/types.rbs', line 477

def interval
  @interval
end

#ip_scope"private"

Returns the value of attribute ip_scope.

Returns:

  • ("private")


476
477
478
# File 'sig/types.rbs', line 476

def ip_scope
  @ip_scope
end

#ip_version"ipv4", "ipv6"

Returns the value of attribute ip_version.

Returns:

  • ("ipv4", "ipv6")


475
476
477
# File 'sig/types.rbs', line 475

def ip_version
  @ip_version
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


483
484
485
# File 'sig/types.rbs', line 483

def last_updated_at
  @last_updated_at
end

#modify_time::Time

Returns the value of attribute modify_time.

Returns:

  • (::Time)


487
488
489
# File 'sig/types.rbs', line 487

def modify_time
  @modify_time
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


472
473
474
# File 'sig/types.rbs', line 472

def port
  @port
end

#protocol"http", "https"

Returns the value of attribute protocol.

Returns:

  • ("http", "https")


471
472
473
# File 'sig/types.rbs', line 471

def protocol
  @protocol
end

#status_code_matcher::String

Returns the value of attribute status_code_matcher.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def status_code_matcher
  @status_code_matcher
end

#success_threshold::Integer

Returns the value of attribute success_threshold.

Returns:

  • (::Integer)


480
481
482
# File 'sig/types.rbs', line 480

def success_threshold
  @success_threshold
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def tags
  @tags
end

#target_tag_associations::Array[Types::CustomTagKeyValueResponsePair]

Returns the value of attribute target_tag_associations.



484
485
486
# File 'sig/types.rbs', line 484

def target_tag_associations
  @target_tag_associations
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


478
479
480
# File 'sig/types.rbs', line 478

def timeout
  @timeout
end