Class: Aws::Types::AwsRoute53HostedZoneObjectDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configTypes::AwsRoute53HostedZoneConfigDetails

Returns the value of attribute config.



3902
3903
3904
# File 'sig/types.rbs', line 3902

def config
  @config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3900
3901
3902
# File 'sig/types.rbs', line 3900

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3901
3902
3903
# File 'sig/types.rbs', line 3901

def name
  @name
end