Class: Aws::Types::UnsuccessfulSuppressionResponseObject

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)


19087
19088
19089
# File 'sig/types.rbs', line 19087

def instance_id
  @instance_id
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


19090
19091
19092
# File 'sig/types.rbs', line 19090

def reason
  @reason
end

#resume_at::Time

Returns the value of attribute resume_at.

Returns:

  • (::Time)


19089
19090
19091
# File 'sig/types.rbs', line 19089

def resume_at
  @resume_at
end

#suppress_at::Time

Returns the value of attribute suppress_at.

Returns:

  • (::Time)


19088
19089
19090
# File 'sig/types.rbs', line 19088

def suppress_at
  @suppress_at
end