Class: Aws::Types::SecurityConfigDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_version ⇒ ::String

Returns the value of attribute config_version.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def config_version
  @config_version
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


756
757
758
# File 'sig/types.rbs', line 756

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def description
  @description
end

#iam_federation_options ⇒ Types::IamFederationConfigOptions

Returns the value of attribute iam_federation_options.



755
756
757
# File 'sig/types.rbs', line 755

def iam_federation_options
  @iam_federation_options
end

#iam_identity_center_options ⇒ Types::IamIdentityCenterConfigOptions

Returns the value of attribute iam_identity_center_options.



754
755
756
# File 'sig/types.rbs', line 754

def iam_identity_center_options
  @iam_identity_center_options
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def id
  @id
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


757
758
759
# File 'sig/types.rbs', line 757

def last_modified_date
  @last_modified_date
end

#saml_options ⇒ Types::SamlConfigOptions

Returns the value of attribute saml_options.



753
754
755
# File 'sig/types.rbs', line 753

def saml_options
  @saml_options
end

#type ⇒ "saml", ...

Returns the value of attribute type.

Returns:

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


750
751
752
# File 'sig/types.rbs', line 750

def type
  @type
end