Class: Aws::Types::DescribeAuditSuppressionResponse

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)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def check_name
  @check_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def expiration_date
  @expiration_date
end

#resource_identifierTypes::ResourceIdentifier

Returns the value of attribute resource_identifier.



1625
1626
1627
# File 'sig/types.rbs', line 1625

def resource_identifier
  @resource_identifier
end

#suppress_indefinitelyBoolean

Returns the value of attribute suppress_indefinitely.

Returns:

  • (Boolean)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def suppress_indefinitely
  @suppress_indefinitely
end