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)


135
136
137
# File 'sig/types.rbs', line 135

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


138
139
140
# File 'sig/types.rbs', line 138

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


139
140
141
# File 'sig/types.rbs', line 139

def status
  @status
end