Class: Aws::Types::ListRoute53HealthChecksInRegionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRoute53HealthChecksInRegionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#record_name ⇒ ::String
Returns the value of attribute record_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
522 523 524 |
# File 'sig/types.rbs', line 522 def arn @arn end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
523 524 525 |
# File 'sig/types.rbs', line 523 def hosted_zone_id @hosted_zone_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
525 526 527 |
# File 'sig/types.rbs', line 525 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
526 527 528 |
# File 'sig/types.rbs', line 526 def next_token @next_token end |
#record_name ⇒ ::String
Returns the value of attribute record_name.
524 525 526 |
# File 'sig/types.rbs', line 524 def record_name @record_name end |