Class: Aws::Types::CreateLoggingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



46
47
48
# File 'sig/types.rbs', line 46

def destination_configuration
  @destination_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


47
48
49
# File 'sig/types.rbs', line 47

def tags
  @tags
end