Class: Aws::Types::SubscribeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def arn
  @arn
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def client_request_token
  @client_request_token
end

#targetTypes::Target

Returns the value of attribute target.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def target
  @target
end