Class: Aws::Types::DisassociateFeedRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_name::String

Returns the value of attribute associated_resource_name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def associated_resource_name
  @associated_resource_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


146
147
148
# File 'sig/types.rbs', line 146

def dry_run
  @dry_run
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def id
  @id
end