Class: Aws::VPCLattice::Types::UpdateServiceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
# File 'lib/aws-sdk-vpclattice/types.rb', line 6041

class UpdateServiceResponse < Struct.new(
  :id,
  :arn,
  :name,
  :custom_domain_name,
  :certificate_arn,
  :auth_type,
  :idle_timeout_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
# File 'lib/aws-sdk-vpclattice/types.rb', line 6041

class UpdateServiceResponse < Struct.new(
  :id,
  :arn,
  :name,
  :custom_domain_name,
  :certificate_arn,
  :auth_type,
  :idle_timeout_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
# File 'lib/aws-sdk-vpclattice/types.rb', line 6041

class UpdateServiceResponse < Struct.new(
  :id,
  :arn,
  :name,
  :custom_domain_name,
  :certificate_arn,
  :auth_type,
  :idle_timeout_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
# File 'lib/aws-sdk-vpclattice/types.rb', line 6041

class UpdateServiceResponse < Struct.new(
  :id,
  :arn,
  :name,
  :custom_domain_name,
  :certificate_arn,
  :auth_type,
  :idle_timeout_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service.

Returns:

  • (String)


6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
# File 'lib/aws-sdk-vpclattice/types.rb', line 6041

class UpdateServiceResponse < Struct.new(
  :id,
  :arn,
  :name,
  :custom_domain_name,
  :certificate_arn,
  :auth_type,
  :idle_timeout_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#idle_timeout_secondsInteger

The amount of time, in seconds, that a connection can remain idle before VPC Lattice closes it.

Returns:

  • (Integer)


6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
# File 'lib/aws-sdk-vpclattice/types.rb', line 6041

class UpdateServiceResponse < Struct.new(
  :id,
  :arn,
  :name,
  :custom_domain_name,
  :certificate_arn,
  :auth_type,
  :idle_timeout_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service.

Returns:

  • (String)


6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
# File 'lib/aws-sdk-vpclattice/types.rb', line 6041

class UpdateServiceResponse < Struct.new(
  :id,
  :arn,
  :name,
  :custom_domain_name,
  :certificate_arn,
  :auth_type,
  :idle_timeout_seconds)
  SENSITIVE = []
  include Aws::Structure
end