Class: Aws::Types::VdmAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_attributesTypes::DashboardAttributes

Returns the value of attribute dashboard_attributes.



2130
2131
2132
# File 'sig/types.rbs', line 2130

def dashboard_attributes
  @dashboard_attributes
end

#guardian_attributesTypes::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.

Returns:

  • ("ENABLED", "DISABLED")


2129
2130
2131
# File 'sig/types.rbs', line 2129

def vdm_enabled
  @vdm_enabled
end