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)


133
134
135
# File 'sig/types.rbs', line 133

def associated_resource_name
  @associated_resource_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


134
135
136
# File 'sig/types.rbs', line 134

def dry_run
  @dry_run
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def id
  @id
end