Module: Aws::Route53GlobalResolver::Client::_GetHostedZoneAssociationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#hosted_zone_id::String

Returns:

  • (::String)


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

def hosted_zone_id: () -> ::String

#hosted_zone_name::String

Returns:

  • (::String)


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

def hosted_zone_name: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#resource_arn::String

Returns:

  • (::String)


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

def resource_arn: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time