Class: Aws::Types::VdmAttributes
- Inherits:
-
Object
- Object
- Aws::Types::VdmAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_attributes ⇒ Types::DashboardAttributes
Returns the value of attribute dashboard_attributes.
-
#guardian_attributes ⇒ Types::GuardianAttributes
Returns the value of attribute guardian_attributes.
-
#vdm_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute vdm_enabled.
Instance Attribute Details
#dashboard_attributes ⇒ Types::DashboardAttributes
Returns the value of attribute dashboard_attributes.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def dashboard_attributes @dashboard_attributes end |
#guardian_attributes ⇒ Types::GuardianAttributes
Returns the value of attribute guardian_attributes.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def guardian_attributes @guardian_attributes end |
#vdm_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute vdm_enabled.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def vdm_enabled @vdm_enabled end |