Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def id @id end |
#source ⇒ ::String
Returns the value of attribute source.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def source @source end |
#subject ⇒ ::String
Returns the value of attribute subject.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def subject @subject end |
#target ⇒ ::String
Returns the value of attribute target.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def target @target end |