Class: Aws::Types::Subscription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def id
  @id
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def source
  @source
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def subject
  @subject
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def target
  @target
end