Class: Aws::Types::HostedZone

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caller_reference::String

Returns the value of attribute caller_reference.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def caller_reference
  @caller_reference
end

#configTypes::HostedZoneConfig

Returns the value of attribute config.



767
768
769
# File 'sig/types.rbs', line 767

def config
  @config
end

#featuresTypes::HostedZoneFeatures

Returns the value of attribute features.



770
771
772
# File 'sig/types.rbs', line 770

def features
  @features
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def id
  @id
end

#linked_serviceTypes::LinkedService

Returns the value of attribute linked_service.



769
770
771
# File 'sig/types.rbs', line 769

def linked_service
  @linked_service
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def name
  @name
end

#resource_record_set_count::Integer

Returns the value of attribute resource_record_set_count.

Returns:

  • (::Integer)


768
769
770
# File 'sig/types.rbs', line 768

def resource_record_set_count
  @resource_record_set_count
end