Class: Aws::Types::CreateLoggingConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



54
55
56
# File 'sig/types.rbs', line 54

def create_time
  @create_time
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def destination_configuration
  @destination_configuration
end

#id::String

Returns the value of attribute id.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def name
  @name
end

#state"ACTIVE"

Returns the value of attribute state.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



55
56
57
# File 'sig/types.rbs', line 55

def update_time
  @update_time
end