Class: Aws::Types::CreateAuditSuppressionRequest

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)


741
742
743
# File 'sig/types.rbs', line 741

def check_name
  @check_name
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


743
744
745
# File 'sig/types.rbs', line 743

def expiration_date
  @expiration_date
end

#resource_identifierTypes::ResourceIdentifier

Returns the value of attribute resource_identifier.



742
743
744
# File 'sig/types.rbs', line 742

def resource_identifier
  @resource_identifier
end

#suppress_indefinitelyBoolean

Returns the value of attribute suppress_indefinitely.

Returns:

  • (Boolean)


744
745
746
# File 'sig/types.rbs', line 744

def suppress_indefinitely
  @suppress_indefinitely
end