Module: Aws::VPCLattice::Client::_GetTargetGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTargetGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #config ⇒ Types::TargetGroupConfig
- #created_at ⇒ ::Time
- #failure_code ⇒ ::String
- #failure_message ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #service_arns ⇒ ::Array[::String]
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #type ⇒ "IP", ...
Instance Method Details
#arn ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def arn: () -> ::String
|
#config ⇒ Types::TargetGroupConfig
813 |
# File 'sig/client.rbs', line 813
def config: () -> Types::TargetGroupConfig
|
#created_at ⇒ ::Time
814 |
# File 'sig/client.rbs', line 814
def created_at: () -> ::Time
|
#failure_code ⇒ ::String
819 |
# File 'sig/client.rbs', line 819
def failure_code: () -> ::String
|
#failure_message ⇒ ::String
818 |
# File 'sig/client.rbs', line 818
def failure_message: () -> ::String
|
#id ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
815 |
# File 'sig/client.rbs', line 815
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def name: () -> ::String
|
#service_arns ⇒ ::Array[::String]
817 |
# File 'sig/client.rbs', line 817
def service_arns: () -> ::Array[::String]
|
#status ⇒ "CREATE_IN_PROGRESS", ...
816 |
# File 'sig/client.rbs', line 816
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "IP", ...
812 |
# File 'sig/client.rbs', line 812
def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
|