Class: Aws::Types::AIRecommendationDeploymentS3Channel
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationDeploymentS3Channel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
174 175 176 |
# File 'sig/types.rbs', line 174 def channel_name @channel_name end |
#uri ⇒ ::String
Returns the value of attribute uri.
175 176 177 |
# File 'sig/types.rbs', line 175 def uri @uri end |