Class: Aws::VPCLattice::Types::CreateServiceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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)


717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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

#dns_entryTypes::DnsEntry

The public DNS name of the service.

Returns:



717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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

#idString

The ID of the service.

Returns:

  • (String)


717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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

#nameString

The name of the service.

Returns:

  • (String)


717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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

#statusString

The status. If the status is CREATE_FAILED, you must delete and recreate the service.

Returns:

  • (String)


717
718
719
720
721
722
723
724
725
726
727
728
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 717

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