Class: Aws::Types::SecurityConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::SecurityConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_version ⇒ ::String
Returns the value of attribute config_version.
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#type ⇒ "saml", ...
Returns the value of attribute type.
Instance Attribute Details
#config_version ⇒ ::String
Returns the value of attribute config_version.
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.
771 772 773 |
# File 'sig/types.rbs', line 771 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
770 771 772 |
# File 'sig/types.rbs', line 770 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
768 769 770 |
# File 'sig/types.rbs', line 768 def type @type end |