Class: Aws::Types::DeleteContentAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_association_id::String

Returns the value of attribute content_association_id.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def content_association_id
  @content_association_id
end

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def content_id
  @content_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def knowledge_base_id
  @knowledge_base_id
end