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.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def input_reference_arn @input_reference_arn end |
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def manage_resource_policies @manage_resource_policies end |