Class: Aws::Types::CreateSecurityConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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
  @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
  @iam_identity_center_options
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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
  @saml_options
end

#type ⇒ "saml", ...

Returns the value of attribute type.

Returns:

  • ("saml", "iamidentitycenter", "iamfederation")


316
317
318
# File 'sig/types.rbs', line 316

def type
  @type
end