Module: Aws::VPCLattice::Client::_UpdateServiceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateServiceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #auth_type ⇒ "NONE", "AWS_IAM"
- #certificate_arn ⇒ ::String
- #custom_domain_name ⇒ ::String
- #id ⇒ ::String
- #idle_timeout_seconds ⇒ ::Integer
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1219 |
# File 'sig/client.rbs', line 1219
def arn: () -> ::String
|
#auth_type ⇒ "NONE", "AWS_IAM"
1223 |
# File 'sig/client.rbs', line 1223
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#certificate_arn ⇒ ::String
1222 |
# File 'sig/client.rbs', line 1222
def certificate_arn: () -> ::String
|
#custom_domain_name ⇒ ::String
1221 |
# File 'sig/client.rbs', line 1221
def custom_domain_name: () -> ::String
|
#id ⇒ ::String
1218 |
# File 'sig/client.rbs', line 1218
def id: () -> ::String
|
#idle_timeout_seconds ⇒ ::Integer
1224 |
# File 'sig/client.rbs', line 1224
def idle_timeout_seconds: () -> ::Integer
|
#name ⇒ ::String
1220 |
# File 'sig/client.rbs', line 1220
def name: () -> ::String
|