Class: Aws::Types::IdentityProviderConfig
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProviderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def type @type end |