Class: Aws::Types::IdcAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IdcAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#idc_application_arn ⇒ ::String
Returns the value of attribute idc_application_arn.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#operator_app_role_arn ⇒ ::String
Returns the value of attribute operator_app_role_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
795 796 797 |
# File 'sig/types.rbs', line 795 def created_at @created_at end |
#idc_application_arn ⇒ ::String
Returns the value of attribute idc_application_arn.
794 795 796 |
# File 'sig/types.rbs', line 794 def idc_application_arn @idc_application_arn end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
793 794 795 |
# File 'sig/types.rbs', line 793 def idc_instance_arn @idc_instance_arn end |
#operator_app_role_arn ⇒ ::String
Returns the value of attribute operator_app_role_arn.
792 793 794 |
# File 'sig/types.rbs', line 792 def operator_app_role_arn @operator_app_role_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
796 797 798 |
# File 'sig/types.rbs', line 796 def updated_at @updated_at end |