Class: Aws::Types::IdMappingTableInputReferenceConfig
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingTableInputReferenceConfig
- 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.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def input_reference_arn @input_reference_arn end |
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def manage_resource_policies @manage_resource_policies end |