Class: Aws::VPCLattice::Types::GetServiceResponse

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)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#created_atTime

The date and time that the service was created, specified in ISO-8601 format.

Returns:

  • (Time)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#dns_entryTypes::DnsEntry

The DNS name of the service.

Returns:



1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#failure_codeString

The failure code.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#failure_messageString

The failure message.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#idString

The ID of the service.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#last_updated_atTime

The date and time that the service was last updated, specified in ISO-8601 format.

Returns:

  • (Time)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#nameString

The name of the service.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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

#statusString

The status of the service.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1761

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