Class: Aws::AppMesh::Types::VirtualServiceRef
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualServiceRef
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a virtual service returned by a list operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The full Amazon Resource Name (ARN) for the virtual service.
-
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was created.
-
#last_updated_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was last updated.
-
#mesh_name ⇒ String
The name of the service mesh that the virtual service resides in.
-
#mesh_owner ⇒ String
The Amazon Web Services IAM account ID of the service mesh owner.
-
#resource_owner ⇒ String
The Amazon Web Services IAM account ID of the resource owner.
-
#version ⇒ Integer
The version of the resource.
-
#virtual_service_name ⇒ String
The name of the virtual service.
Instance Attribute Details
#arn ⇒ String
The full Amazon Resource Name (ARN) for the virtual service.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was created.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was last updated.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#mesh_name ⇒ String
The name of the service mesh that the virtual service resides in.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#mesh_owner ⇒ String
The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#virtual_service_name ⇒ String
The name of the virtual service.
10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10270 class VirtualServiceRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |