Class: Aws::Types::CreateVocabularyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"CREATION_IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

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


1948
1949
1950
# File 'sig/types.rbs', line 1948

def state
  @state
end

#vocabulary_arn::String

Returns the value of attribute vocabulary_arn.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def vocabulary_arn
  @vocabulary_arn
end

#vocabulary_id::String

Returns the value of attribute vocabulary_id.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def vocabulary_id
  @vocabulary_id
end