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.
74 75 76 |
# File 'sig/types.rbs', line 74 def access_role_arn @access_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
73 74 75 |
# File 'sig/types.rbs', line 73 def name @name end |
#outputs ⇒ ::Array[Types::CreateOutput]
Returns the value of attribute outputs.
75 76 77 |
# File 'sig/types.rbs', line 75 def outputs @outputs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
76 77 78 |
# File 'sig/types.rbs', line 76 def @tags end |