Class: Aws::Types::SubscribeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubscribeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#target ⇒ Types::Target
Returns the value of attribute target.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
186 187 188 |
# File 'sig/types.rbs', line 186 def client_request_token @client_request_token end |
#target ⇒ Types::Target
Returns the value of attribute target.
185 186 187 |
# File 'sig/types.rbs', line 185 def target @target end |