Class: Aws::Types::CreateActivityInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateActivityInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
105 106 107 |
# File 'sig/types.rbs', line 105 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
103 104 105 |
# File 'sig/types.rbs', line 103 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
104 105 106 |
# File 'sig/types.rbs', line 104 def end |