Class: Aws::SecurityIR::Types::CancelMembershipResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_idString

The response element providing responses for requests to CancelMembershipRequest.

Returns:

  • (String)


82
83
84
85
86
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 82

class CancelMembershipResponse < Struct.new(
  :membership_id)
  SENSITIVE = []
  include Aws::Structure
end