Class: Aws::Types::AmazonQPropertiesOutput

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)


196
197
198
# File 'sig/types.rbs', line 196

def auth_mode
  @auth_mode
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


194
195
196
# File 'sig/types.rbs', line 194

def is_enabled
  @is_enabled
end

#profile_arn::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def profile_arn
  @profile_arn
end