Class: Aws::Types::LoggingConfigurationSummary

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:



220
221
222
# File 'sig/types.rbs', line 220

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def create_time
  @create_time
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def destination_configuration
  @destination_configuration
end

#id::String

Returns the value of attribute id.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def update_time
  @update_time
end