Class: Aws::Types::CreateSecurityConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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 ⇒ Types::CreateIamIdentityCenterConfigOptions
Returns the value of attribute iam_identity_center_options.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#saml_options ⇒ Types::SamlConfigOptions
Returns the value of attribute saml_options.
-
#type ⇒ "saml", ...
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
322 323 324 |
# File 'sig/types.rbs', line 322 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
318 319 320 |
# File 'sig/types.rbs', line 318 def description @description end |
#iam_federation_options ⇒ Types::IamFederationConfigOptions
Returns the value of attribute iam_federation_options.
321 322 323 |
# File 'sig/types.rbs', line 321 def @iam_federation_options end |
#iam_identity_center_options ⇒ Types::CreateIamIdentityCenterConfigOptions
Returns the value of attribute iam_identity_center_options.
320 321 322 |
# File 'sig/types.rbs', line 320 def @iam_identity_center_options end |
#name ⇒ ::String
Returns the value of attribute name.
317 318 319 |
# File 'sig/types.rbs', line 317 def name @name end |
#saml_options ⇒ Types::SamlConfigOptions
Returns the value of attribute saml_options.
319 320 321 |
# File 'sig/types.rbs', line 319 def @saml_options end |
#type ⇒ "saml", ...
Returns the value of attribute type.
316 317 318 |
# File 'sig/types.rbs', line 316 def type @type end |