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.



2208
2209
2210
# File 'sig/types.rbs', line 2208

def dashboard_attributes
  @dashboard_attributes
end

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

Returns:

  • ("ENABLED", "DISABLED")


2207
2208
2209
# File 'sig/types.rbs', line 2207

def vdm_enabled
  @vdm_enabled
end