Module: Aws::VPCLattice::Client::_GetServiceNetworkServiceAssociationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#custom_domain_name::String

Returns:

  • (::String)


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

def custom_domain_name: () -> ::String

#dns_entryTypes::DnsEntry

Returns:



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

def dns_entry: () -> Types::DnsEntry

#failure_code::String

Returns:

  • (::String)


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

def failure_code: () -> ::String

#failure_message::String

Returns:

  • (::String)


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

def failure_message: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#service_arn::String

Returns:

  • (::String)


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

def service_arn: () -> ::String

#service_id::String

Returns:

  • (::String)


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

def service_id: () -> ::String

#service_name::String

Returns:

  • (::String)


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

def service_name: () -> ::String

#service_network_arn::String

Returns:

  • (::String)


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

def service_network_arn: () -> ::String

#service_network_id::String

Returns:

  • (::String)


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

def service_network_id: () -> ::String

#service_network_name::String

Returns:

  • (::String)


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

def service_network_name: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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