Class: Aws::Types::UpdateSecurityConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#config_version ⇒ ::String
Returns the value of attribute config_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#iam_federation_options ⇒ Types::IamFederationConfigOptions
Returns the value of attribute iam_federation_options.
-
#iam_identity_center_options_updates ⇒ Types::UpdateIamIdentityCenterConfigOptions
Returns the value of attribute iam_identity_center_options_updates.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#saml_options ⇒ Types::SamlConfigOptions
Returns the value of attribute saml_options.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
952 953 954 |
# File 'sig/types.rbs', line 952 def client_token @client_token end |
#config_version ⇒ ::String
Returns the value of attribute config_version.
947 948 949 |
# File 'sig/types.rbs', line 947 def config_version @config_version end |
#description ⇒ ::String
Returns the value of attribute description.
948 949 950 |
# File 'sig/types.rbs', line 948 def description @description end |
#iam_federation_options ⇒ Types::IamFederationConfigOptions
Returns the value of attribute iam_federation_options.
951 952 953 |
# File 'sig/types.rbs', line 951 def @iam_federation_options end |
#iam_identity_center_options_updates ⇒ Types::UpdateIamIdentityCenterConfigOptions
Returns the value of attribute iam_identity_center_options_updates.
950 951 952 |
# File 'sig/types.rbs', line 950 def @iam_identity_center_options_updates end |
#id ⇒ ::String
Returns the value of attribute id.
946 947 948 |
# File 'sig/types.rbs', line 946 def id @id end |
#saml_options ⇒ Types::SamlConfigOptions
Returns the value of attribute saml_options.
949 950 951 |
# File 'sig/types.rbs', line 949 def @saml_options end |