Class: Aws::AppMesh::Types::ResourceMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

An object that represents metadata for a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full Amazon Resource Name (ARN) for the resource.

Returns:

  • (String)


538
539
540
541
542
543
544
545
# File 'lib/aws-sdk-appmesh/types.rb', line 538

class ResourceMetadata < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :uid,
  :version)
  include Aws::Structure
end

#created_atTime

The Unix epoch timestamp in seconds for when the resource was created.

Returns:

  • (Time)


538
539
540
541
542
543
544
545
# File 'lib/aws-sdk-appmesh/types.rb', line 538

class ResourceMetadata < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :uid,
  :version)
  include Aws::Structure
end

#last_updated_atTime

The Unix epoch timestamp in seconds for when the resource was last updated.

Returns:

  • (Time)


538
539
540
541
542
543
544
545
# File 'lib/aws-sdk-appmesh/types.rb', line 538

class ResourceMetadata < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :uid,
  :version)
  include Aws::Structure
end

#uidString

The unique identifier for the resource.

Returns:

  • (String)


538
539
540
541
542
543
544
545
# File 'lib/aws-sdk-appmesh/types.rb', line 538

class ResourceMetadata < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :uid,
  :version)
  include Aws::Structure
end

#versionInteger

The version of the resource. Resources are created at version 1, and this version is incremented each time that they’re updated.

Returns:

  • (Integer)


538
539
540
541
542
543
544
545
# File 'lib/aws-sdk-appmesh/types.rb', line 538

class ResourceMetadata < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :uid,
  :version)
  include Aws::Structure
end