Class: Aws::Types::DictionarySummary

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)


123
124
125
# File 'sig/types.rbs', line 123

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

  • ("eng", "fra", "ita", "deu", "spa", "por")


126
127
128
# File 'sig/types.rbs', line 126

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "REFERENCED", "DELETING", "DELETED")


127
128
129
# File 'sig/types.rbs', line 127

def status
  @status
end