Module: Aws::VPCLattice::Client::_CreateServiceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#auth_type"NONE", "AWS_IAM"

Returns:

  • ("NONE", "AWS_IAM")


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

def auth_type: () -> ("NONE" | "AWS_IAM")

#certificate_arn::String

Returns:

  • (::String)


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

def certificate_arn: () -> ::String

#custom_domain_name::String

Returns:

  • (::String)


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

def custom_domain_name: () -> ::String

#dns_entryTypes::DnsEntry

Returns:



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

def dns_entry: () -> Types::DnsEntry

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#idle_timeout_seconds::Integer

Returns:

  • (::Integer)


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

def idle_timeout_seconds: () -> ::Integer

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#status"ACTIVE", ...

Returns:

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


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

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