Class: Aws::Types::HostedZoneSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:



829
830
831
# File 'sig/types.rbs', line 829

def hosted_zone_id
  @hosted_zone_id
end

#name::String

Returns the value of attribute name.

Returns:



830
831
832
# File 'sig/types.rbs', line 830

def name
  @name
end

#ownerTypes::HostedZoneOwner

Returns the value of attribute owner.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def owner
  @owner
end