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.
106 107 108 |
# File 'sig/types.rbs', line 106 def client_token @client_token end |
#resource_configuration ⇒ Types::ResourceConfiguration
Returns the value of attribute resource_configuration.
105 106 107 |
# File 'sig/types.rbs', line 105 def resource_configuration @resource_configuration end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
104 105 106 |
# File 'sig/types.rbs', line 104 def service_arn @service_arn end |