Class: Aws::Types::AmazonQPropertiesPatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_mode::String

Returns the value of attribute auth_mode.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def auth_mode
  @auth_mode
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


201
202
203
# File 'sig/types.rbs', line 201

def is_enabled
  @is_enabled
end

#profile_arn::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def profile_arn
  @profile_arn
end