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.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def dashboard_attributes @dashboard_attributes end |
#guardian_attributes ⇒ Types::GuardianAttributes
Returns the value of attribute guardian_attributes.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def guardian_attributes @guardian_attributes end |
#vdm_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute vdm_enabled.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def vdm_enabled @vdm_enabled end |