Class: Aws::Types::AssetBundleImportJobTopicV2OverrideParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def name
  @name
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def topic_id
  @topic_id
end