Class: Aws::Types::ExclusionPreview

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def description
  @description
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def recommendation
  @recommendation
end

#scopes::Array[Types::Scope]

Returns the value of attribute scopes.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

def scopes
  @scopes
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def title
  @title
end