Module: Aws::VPCLattice::Client::_GetServiceNetworkResourceAssociationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#dns_entryTypes::DnsEntry

Returns:



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

def dns_entry: () -> Types::DnsEntry

#domain_verification_status"VERIFIED", ...

Returns:

  • ("VERIFIED", "PENDING", "VERIFICATION_TIMED_OUT")


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

def domain_verification_status: () -> ("VERIFIED" | "PENDING" | "VERIFICATION_TIMED_OUT")

#failure_code::String

Returns:

  • (::String)


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

def failure_code: () -> ::String

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#is_managed_associationBoolean

Returns:

  • (Boolean)


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

def is_managed_association: () -> bool

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#private_dns_enabledBoolean

Returns:

  • (Boolean)


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

def private_dns_enabled: () -> bool

#private_dns_entryTypes::DnsEntry

Returns:



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

def private_dns_entry: () -> Types::DnsEntry

#resource_configuration_arn::String

Returns:

  • (::String)


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

def resource_configuration_arn: () -> ::String

#resource_configuration_id::String

Returns:

  • (::String)


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

def resource_configuration_id: () -> ::String

#resource_configuration_name::String

Returns:

  • (::String)


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

def resource_configuration_name: () -> ::String

#service_network_arn::String

Returns:

  • (::String)


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

def service_network_arn: () -> ::String

#service_network_id::String

Returns:

  • (::String)


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

def service_network_id: () -> ::String

#service_network_name::String

Returns:

  • (::String)


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

def service_network_name: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


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

def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")