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)


128
129
130
# File 'sig/types.rbs', line 128

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def id
  @id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


130
131
132
# File 'sig/types.rbs', line 130

def status
  @status
end