Module: Aws::VPCLattice::Client::_CreateServiceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateServiceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #auth_type ⇒ "NONE", "AWS_IAM"
- #certificate_arn ⇒ ::String
- #custom_domain_name ⇒ ::String
- #dns_entry ⇒ Types::DnsEntry
- #id ⇒ ::String
- #idle_timeout_seconds ⇒ ::Integer
- #name ⇒ ::String
- #status ⇒ "ACTIVE", ...
Instance Method Details
#arn ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def arn: () -> ::String
|
#auth_type ⇒ "NONE", "AWS_IAM"
238 |
# File 'sig/client.rbs', line 238
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#certificate_arn ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def certificate_arn: () -> ::String
|
#custom_domain_name ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def custom_domain_name: () -> ::String
|
#dns_entry ⇒ Types::DnsEntry
240 |
# File 'sig/client.rbs', line 240
def dns_entry: () -> Types::DnsEntry
|
#id ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def id: () -> ::String
|
#idle_timeout_seconds ⇒ ::Integer
239 |
# File 'sig/client.rbs', line 239
def idle_timeout_seconds: () -> ::Integer
|
#name ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
237 |
# File 'sig/client.rbs', line 237
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|