Class: Aws::Types::CreateInputSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInputSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#resource_configuration ⇒ Types::ResourceConfiguration
Returns the value of attribute resource_configuration.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
113 114 115 |
# File 'sig/types.rbs', line 113 def client_token @client_token end |
#resource_configuration ⇒ Types::ResourceConfiguration
Returns the value of attribute resource_configuration.
112 113 114 |
# File 'sig/types.rbs', line 112 def resource_configuration @resource_configuration end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def service_arn @service_arn end |