Class: Aws::Types::AppConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key"opensearchDashboards.dashboardAdmin.users", "opensearchDashboards.dashboardAdmin.groups"

Returns the value of attribute key.

Returns:

  • ("opensearchDashboards.dashboardAdmin.users", "opensearchDashboards.dashboardAdmin.groups")


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

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


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

def value
  @value
end