Class: Aws::Types::AuditSuppression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#check_name::String

Returns the value of attribute check_name.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def check_name
  @check_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


276
277
278
# File 'sig/types.rbs', line 276

def expiration_date
  @expiration_date
end

#resource_identifierTypes::ResourceIdentifier

Returns the value of attribute resource_identifier.



275
276
277
# File 'sig/types.rbs', line 275

def resource_identifier
  @resource_identifier
end

#suppress_indefinitelyBoolean

Returns the value of attribute suppress_indefinitely.

Returns:

  • (Boolean)


277
278
279
# File 'sig/types.rbs', line 277

def suppress_indefinitely
  @suppress_indefinitely
end