Class: Aws::Types::SecurityConfigSummary

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)


769
770
771
# File 'sig/types.rbs', line 769

def config_version
  @config_version
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


771
772
773
# File 'sig/types.rbs', line 771

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def id
  @id
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


772
773
774
# File 'sig/types.rbs', line 772

def last_modified_date
  @last_modified_date
end

#type ⇒ "saml", ...

Returns the value of attribute type.

Returns:

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


768
769
770
# File 'sig/types.rbs', line 768

def type
  @type
end