Class: Aws::Types::Exclusion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def arn
  @arn
end

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def description
  @description
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def recommendation
  @recommendation
end

#scopes::Array[Types::Scope]

Returns the value of attribute scopes.

Returns:



342
343
344
# File 'sig/types.rbs', line 342

def scopes
  @scopes
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def title
  @title
end