Class: Aws::Types::CreateFeedRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFeedRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::CreateOutput]
Returns the value of attribute outputs.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def access_role_arn @access_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
66 67 68 |
# File 'sig/types.rbs', line 66 def name @name end |
#outputs ⇒ ::Array[Types::CreateOutput]
Returns the value of attribute outputs.
68 69 70 |
# File 'sig/types.rbs', line 68 def outputs @outputs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
69 70 71 |
# File 'sig/types.rbs', line 69 def @tags end |