Class: Aws::Types::DescribedIdentityCenterConfig
- Inherits:
-
Object
- Object
- Aws::Types::DescribedIdentityCenterConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def application_arn @application_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
568 569 570 |
# File 'sig/types.rbs', line 568 def instance_arn @instance_arn end |
#role ⇒ ::String
Returns the value of attribute role.
569 570 571 |
# File 'sig/types.rbs', line 569 def role @role end |