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:



156
157
158
# File 'sig/types.rbs', line 156

def associated_resource_name
  @associated_resource_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def dry_run
  @dry_run
end

#id::String

Returns the value of attribute id.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def id
  @id
end