Class: Aws::Types::DescribeIndexFieldsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployedBoolean

Returns the value of attribute deployed.

Returns:

  • (Boolean)


247
248
249
# File 'sig/types.rbs', line 247

def deployed
  @deployed
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def domain_name
  @domain_name
end

#field_names::Array[::String]

Returns the value of attribute field_names.

Returns:

  • (::Array[::String])


246
247
248
# File 'sig/types.rbs', line 246

def field_names
  @field_names
end