Class: Aws::Types::FeedSummary
- Inherits:
-
Object
- Object
- Aws::Types::FeedSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
172 173 174 |
# File 'sig/types.rbs', line 172 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
175 176 177 |
# File 'sig/types.rbs', line 175 def association @association end |
#id ⇒ ::String
Returns the value of attribute id.
173 174 175 |
# File 'sig/types.rbs', line 173 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
174 175 176 |
# File 'sig/types.rbs', line 174 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
176 177 178 |
# File 'sig/types.rbs', line 176 def status @status end |