Class: Aws::Types::UpdateAnnotationStoreVersionResponse

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)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


2407
2408
2409
# File 'sig/types.rbs', line 2407

def status
  @status
end

#store_id::String

Returns the value of attribute store_id.

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def store_id
  @store_id
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2412
2413
2414
# File 'sig/types.rbs', line 2412

def update_time
  @update_time
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def version_name
  @version_name
end