Class: Aws::Types::FeedSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def arn
  @arn
end

#associationTypes::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.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "ACTIVE", "UPDATING", "DELETING", "DELETED", "ARCHIVED")


164
165
166
# File 'sig/types.rbs', line 164

def status
  @status
end