Class: Aws::Types::ListRoute53HealthChecksInRegionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def record_name
  @record_name
end