Class: Aws::Types::Vocabulary

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)


9257
9258
9259
# File 'sig/types.rbs', line 9257

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


9262
9263
9264
# File 'sig/types.rbs', line 9262

def content
  @content
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


9261
9262
9263
# File 'sig/types.rbs', line 9261

def failure_reason
  @failure_reason
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9256
9257
9258
# File 'sig/types.rbs', line 9256

def id
  @id
end

#language_code"ar-AE", ...

Returns the value of attribute language_code.

Returns:

  • ("ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN", "en-NZ", "en-ZA", "ca-ES", "da-DK", "fi-FI", "id-ID", "ms-MY", "nl-NL", "no-NO", "pl-PL", "sv-SE", "tl-PH")


9258
9259
9260
# File 'sig/types.rbs', line 9258

def language_code
  @language_code
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9260
9261
9262
# File 'sig/types.rbs', line 9260

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9255
9256
9257
# File 'sig/types.rbs', line 9255

def name
  @name
end

#state"CREATION_IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED", "DELETE_IN_PROGRESS")


9259
9260
9261
# File 'sig/types.rbs', line 9259

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


9263
9264
9265
# File 'sig/types.rbs', line 9263

def tags
  @tags
end