Class: Aws::Types::UpdateAuditSuppressionRequest

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)


5012
5013
5014
# File 'sig/types.rbs', line 5012

def check_name
  @check_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5016
5017
5018
# File 'sig/types.rbs', line 5016

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


5014
5015
5016
# File 'sig/types.rbs', line 5014

def expiration_date
  @expiration_date
end

#resource_identifierTypes::ResourceIdentifier

Returns the value of attribute resource_identifier.



5013
5014
5015
# File 'sig/types.rbs', line 5013

def resource_identifier
  @resource_identifier
end

#suppress_indefinitelyBoolean

Returns the value of attribute suppress_indefinitely.

Returns:

  • (Boolean)


5015
5016
5017
# File 'sig/types.rbs', line 5015

def suppress_indefinitely
  @suppress_indefinitely
end