Class: Aws::Types::AdvancedSecurityOptionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_auth_enabledBoolean

Returns the value of attribute anonymous_auth_enabled.

Returns:

  • (Boolean)


124
125
126
# File 'sig/types.rbs', line 124

def anonymous_auth_enabled
  @anonymous_auth_enabled
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


118
119
120
# File 'sig/types.rbs', line 118

def enabled
  @enabled
end

#iam_federation_optionsTypes::IAMFederationOptionsInput

Returns the value of attribute iam_federation_options.



123
124
125
# File 'sig/types.rbs', line 123

def iam_federation_options
  @iam_federation_options
end

#internal_user_database_enabledBoolean

Returns the value of attribute internal_user_database_enabled.

Returns:

  • (Boolean)


119
120
121
# File 'sig/types.rbs', line 119

def internal_user_database_enabled
  @internal_user_database_enabled
end

#jwt_optionsTypes::JWTOptionsInput

Returns the value of attribute jwt_options.



122
123
124
# File 'sig/types.rbs', line 122

def jwt_options
  @jwt_options
end

#master_user_optionsTypes::MasterUserOptions

Returns the value of attribute master_user_options.



120
121
122
# File 'sig/types.rbs', line 120

def master_user_options
  @master_user_options
end

#saml_optionsTypes::SAMLOptionsInput

Returns the value of attribute saml_options.



121
122
123
# File 'sig/types.rbs', line 121

def saml_options
  @saml_options
end