Class: Aws::Types::IdNamespaceAssociationInputReferenceConfig
- Inherits:
-
Object
- Object
- Aws::Types::IdNamespaceAssociationInputReferenceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_reference_arn ⇒ ::String
Returns the value of attribute input_reference_arn.
-
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
Instance Attribute Details
#input_reference_arn ⇒ ::String
Returns the value of attribute input_reference_arn.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def input_reference_arn @input_reference_arn end |
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def manage_resource_policies @manage_resource_policies end |