Class: Aws::Types::AssociateFeedRequest

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)


24
25
26
# File 'sig/types.rbs', line 24

def associated_resource_name
  @associated_resource_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


26
27
28
# File 'sig/types.rbs', line 26

def dry_run
  @dry_run
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def id
  @id
end

#outputs::Array[Types::CreateOutput]

Returns the value of attribute outputs.

Returns:



25
26
27
# File 'sig/types.rbs', line 25

def outputs
  @outputs
end