Class: Aws::Types::ResourceMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def created_at
  @created_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def last_updated_at
  @last_updated_at
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def mesh_owner
  @mesh_owner
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def resource_owner
  @resource_owner
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def uid
  @uid
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def version
  @version
end