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.
160 161 162 |
# File 'sig/types.rbs', line 160 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
163 164 165 |
# File 'sig/types.rbs', line 163 def association @association end |
#id ⇒ ::String
Returns the value of attribute id.
161 162 163 |
# File 'sig/types.rbs', line 161 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
162 163 164 |
# File 'sig/types.rbs', line 162 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
164 165 166 |
# File 'sig/types.rbs', line 164 def status @status end |