Class: Aws::Types::CreateActivityInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configurationTypes::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.

Returns:

  • (::String)


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

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end