Module: Aws::Route53GlobalResolver::Client::_AssociateHostedZoneResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::AssociateHostedZoneOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


88
# File 'sig/client.rbs', line 88

def created_at: () -> ::Time

#hosted_zone_id::String

Returns:

  • (::String)


85
# File 'sig/client.rbs', line 85

def hosted_zone_id: () -> ::String

#hosted_zone_name::String

Returns:

  • (::String)


86
# File 'sig/client.rbs', line 86

def hosted_zone_name: () -> ::String

#id::String

Returns:

  • (::String)


83
# File 'sig/client.rbs', line 83

def id: () -> ::String

#name::String

Returns:

  • (::String)


87
# File 'sig/client.rbs', line 87

def name: () -> ::String

#resource_arn::String

Returns:

  • (::String)


84
# File 'sig/client.rbs', line 84

def resource_arn: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "OPERATIONAL", "DELETING")


90
# File 'sig/client.rbs', line 90

def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")

#updated_at::Time

Returns:

  • (::Time)


89
# File 'sig/client.rbs', line 89

def updated_at: () -> ::Time