Class: Aws::Types::GetAnnotationStoreVersionResponse

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)


793
794
795
# File 'sig/types.rbs', line 793

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


788
789
790
# File 'sig/types.rbs', line 788

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def status_message
  @status_message
end

#store_id::String

Returns the value of attribute store_id.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def store_id
  @store_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


795
796
797
# File 'sig/types.rbs', line 795

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


794
795
796
# File 'sig/types.rbs', line 794

def update_time
  @update_time
end

#version_arn::String

Returns the value of attribute version_arn.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def version_arn
  @version_arn
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def version_name
  @version_name
end

#version_optionsTypes::VersionOptions

Returns the value of attribute version_options.



796
797
798
# File 'sig/types.rbs', line 796

def version_options
  @version_options
end

#version_size_bytes::Integer

Returns the value of attribute version_size_bytes.

Returns:

  • (::Integer)


798
799
800
# File 'sig/types.rbs', line 798

def version_size_bytes
  @version_size_bytes
end