Class: Aws::Types::CreateAnnotationStoreVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


253
254
255
# File 'sig/types.rbs', line 253

def tags
  @tags
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def version_name
  @version_name
end

#version_optionsTypes::VersionOptions

Returns the value of attribute version_options.



252
253
254
# File 'sig/types.rbs', line 252

def version_options
  @version_options
end