Class: Aws::Types::IdentityCenterConfig
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
747 748 749 |
# File 'sig/types.rbs', line 747 def instance_arn @instance_arn end |
#role ⇒ ::String
Returns the value of attribute role.
748 749 750 |
# File 'sig/types.rbs', line 748 def role @role end |