Class: Aws::VPCLattice::Types::ServiceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ServiceSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
-
#created_at ⇒ Time
The date and time that the service was created, specified in ISO-8601 format.
-
#custom_domain_name ⇒ String
The custom domain name of the service.
-
#dns_entry ⇒ Types::DnsEntry
The DNS information.
-
#id ⇒ String
The ID of the service.
-
#last_updated_at ⇒ Time
The date and time that the service was last updated.
-
#name ⇒ String
The name of the service.
-
#status ⇒ String
The status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the service was created, specified in ISO-8601 format.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name of the service.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |
#dns_entry ⇒ Types::DnsEntry
The DNS information.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the service was last updated. The format is ISO-8601.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3124 class ServiceSummary < Struct.new( :arn, :created_at, :custom_domain_name, :dns_entry, :id, :last_updated_at, :name, :status) SENSITIVE = [] include Aws::Structure end |