Module: Aws::VPCLattice::Client::_GetTargetGroupResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#configTypes::TargetGroupConfig



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

def config: () -> Types::TargetGroupConfig

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#failure_code::String

Returns:

  • (::String)


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

def failure_code: () -> ::String

#failure_message::String

Returns:

  • (::String)


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

def failure_message: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#service_arns::Array[::String]

Returns:

  • (::Array[::String])


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

def service_arns: () -> ::Array[::String]

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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

#type"IP", ...

Returns:

  • ("IP", "LAMBDA", "INSTANCE", "ALB")


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

def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")