Class: Aws::Types::Route53HealthCheckConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::Route53HealthCheckConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#record_name ⇒ ::String
Returns the value of attribute record_name.
-
#record_sets ⇒ ::Array[Types::Route53ResourceRecordSet]
Returns the value of attribute record_sets.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
Instance Attribute Details
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
701 702 703 |
# File 'sig/types.rbs', line 701 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
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.
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.
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.
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.
700 701 702 |
# File 'sig/types.rbs', line 700 def timeout_minutes @timeout_minutes end |