Class: Aws::Types::ReferenceListItem

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)


1908
1909
1910
# File 'sig/types.rbs', line 1908

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1913
1914
1915
# File 'sig/types.rbs', line 1913

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1907
1908
1909
# File 'sig/types.rbs', line 1907

def id
  @id
end

#md5::String

Returns the value of attribute md5.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def md5
  @md5
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def name
  @name
end

#reference_store_id::String

Returns the value of attribute reference_store_id.

Returns:

  • (::String)


1909
1910
1911
# File 'sig/types.rbs', line 1909

def reference_store_id
  @reference_store_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING", "DELETED")


1911
1912
1913
# File 'sig/types.rbs', line 1911

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def update_time
  @update_time
end