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)


18299
18300
18301
# File 'sig/types.rbs', line 18299

def instance_id
  @instance_id
end

#resume_at::Time

Returns the value of attribute resume_at.

Returns:

  • (::Time)


18301
18302
18303
# File 'sig/types.rbs', line 18301

def resume_at
  @resume_at
end

#suppress_at::Time

Returns the value of attribute suppress_at.

Returns:

  • (::Time)


18300
18301
18302
# File 'sig/types.rbs', line 18300

def suppress_at
  @suppress_at
end