Class: Aws::Types::CreateTopicInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#data_protection_policy ⇒ ::String
Returns the value of attribute data_protection_policy.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
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.
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.
104 105 106 |
# File 'sig/types.rbs', line 104 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
106 107 108 |
# File 'sig/types.rbs', line 106 def end |