Class: Aws::Types::AnnotationStoreVersionItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


107
108
109
# File 'sig/types.rbs', line 107

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "FAILED")


102
103
104
# File 'sig/types.rbs', line 102

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def status_message
  @status_message
end

#store_id::String

Returns the value of attribute store_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def store_id
  @store_id
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


108
109
110
# File 'sig/types.rbs', line 108

def update_time
  @update_time
end

#version_arn::String

Returns the value of attribute version_arn.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def version_arn
  @version_arn
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def version_name
  @version_name
end

#version_size_bytes::Integer

Returns the value of attribute version_size_bytes.

Returns:

  • (::Integer)


110
111
112
# File 'sig/types.rbs', line 110

def version_size_bytes
  @version_size_bytes
end