Class: Aws::Types::ControlScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_resource_ids::Array[::String]

Returns the value of attribute compliance_resource_ids.

Returns:

  • (::Array[::String])


246
247
248
# File 'sig/types.rbs', line 246

def compliance_resource_ids
  @compliance_resource_ids
end

#compliance_resource_types::Array[::String]

Returns the value of attribute compliance_resource_types.

Returns:

  • (::Array[::String])


247
248
249
# File 'sig/types.rbs', line 247

def compliance_resource_types
  @compliance_resource_types
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


248
249
250
# File 'sig/types.rbs', line 248

def tags
  @tags
end