Class: Aws::Types::ControlSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#controls ⇒ ::Array[Types::Control]

Returns the value of attribute controls.

Returns:



371
372
373
# File 'sig/types.rbs', line 371

def controls
  @controls
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def name
  @name
end