Class: Aws::Types::DeleteFeedResponse

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)


116
117
118
# File 'sig/types.rbs', line 116

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def id
  @id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


118
119
120
# File 'sig/types.rbs', line 118

def status
  @status
end