Class: Aws::Types::UpdateSecurityConfigRequest

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)


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.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def config_version
  @config_version
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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