Class: Aws::Types::SuccessfulSuppressionResponseObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


17939
17940
17941
# File 'sig/types.rbs', line 17939

def instance_id
  @instance_id
end

#resume_at::Time

Returns the value of attribute resume_at.

Returns:

  • (::Time)


17941
17942
17943
# File 'sig/types.rbs', line 17941

def resume_at
  @resume_at
end

#suppress_at::Time

Returns the value of attribute suppress_at.

Returns:

  • (::Time)


17940
17941
17942
# File 'sig/types.rbs', line 17940

def suppress_at
  @suppress_at
end