Class: Aws::Types::IamPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::IamPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#glue_lineage_sync_enabled ⇒ Boolean
Returns the value of attribute glue_lineage_sync_enabled.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
3604 3605 3606 |
# File 'sig/types.rbs', line 3604 def environment_id @environment_id end |
#glue_lineage_sync_enabled ⇒ Boolean
Returns the value of attribute glue_lineage_sync_enabled.
3605 3606 3607 |
# File 'sig/types.rbs', line 3605 def glue_lineage_sync_enabled @glue_lineage_sync_enabled end |