Class: Aws::Types::CreateTopicInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


105
106
107
# File 'sig/types.rbs', line 105

def attributes
  @attributes
end

#data_protection_policy::String

Returns the value of attribute data_protection_policy.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def data_protection_policy
  @data_protection_policy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def tags
  @tags
end