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)


183
184
185
# File 'sig/types.rbs', line 183

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.



186
187
188
# File 'sig/types.rbs', line 186

def association
  @association
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


187
188
189
# File 'sig/types.rbs', line 187

def status
  @status
end