Module: Aws::VPCLattice::Client::_GetServiceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #auth_type ⇒ "NONE", "AWS_IAM"
- #certificate_arn ⇒ ::String
- #created_at ⇒ ::Time
- #custom_domain_name ⇒ ::String
- #dns_entry ⇒ Types::DnsEntry
- #failure_code ⇒ ::String
- #failure_message ⇒ ::String
- #id ⇒ ::String
- #idle_timeout_seconds ⇒ ::Integer
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #status ⇒ "ACTIVE", ...
Instance Method Details
#arn ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def arn: () -> ::String
|
#auth_type ⇒ "NONE", "AWS_IAM"
702 |
# File 'sig/client.rbs', line 702
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#certificate_arn ⇒ ::String
700 |
# File 'sig/client.rbs', line 700
def certificate_arn: () -> ::String
|
#created_at ⇒ ::Time
696 |
# File 'sig/client.rbs', line 696
def created_at: () -> ::Time
|
#custom_domain_name ⇒ ::String
699 |
# File 'sig/client.rbs', line 699
def custom_domain_name: () -> ::String
|
#dns_entry ⇒ Types::DnsEntry
698 |
# File 'sig/client.rbs', line 698
def dns_entry: () -> Types::DnsEntry
|
#failure_code ⇒ ::String
704 |
# File 'sig/client.rbs', line 704
def failure_code: () -> ::String
|
#failure_message ⇒ ::String
705 |
# File 'sig/client.rbs', line 705
def failure_message: () -> ::String
|
#id ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def id: () -> ::String
|
#idle_timeout_seconds ⇒ ::Integer
703 |
# File 'sig/client.rbs', line 703
def idle_timeout_seconds: () -> ::Integer
|
#last_updated_at ⇒ ::Time
697 |
# File 'sig/client.rbs', line 697
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
701 |
# File 'sig/client.rbs', line 701
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|