Class: Aws::Types::Route53HealthCheckConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_role::String

Returns the value of attribute cross_account_role.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def 
  @cross_account_role
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def external_id
  @external_id
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def hosted_zone_id
  @hosted_zone_id
end

#record_name::String

Returns the value of attribute record_name.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def record_name
  @record_name
end

#record_sets::Array[Types::Route53ResourceRecordSet]

Returns the value of attribute record_sets.

Returns:



705
706
707
# File 'sig/types.rbs', line 705

def record_sets
  @record_sets
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


700
701
702
# File 'sig/types.rbs', line 700

def timeout_minutes
  @timeout_minutes
end