Class: Aws::VPCLattice::Types::ServiceSummary

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

Overview

Summary information about a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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

#created_atTime

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

Returns:

  • (Time)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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

#dns_entryTypes::DnsEntry

The DNS information.

Returns:



4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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

#idString

The ID of the service.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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

#last_updated_atTime

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

Returns:

  • (Time)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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

#nameString

The name of the service.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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

#statusString

The status.

Returns:

  • (String)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4627

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