Class: Aws::Types::GetLoggingConfigurationResponse

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:



147
148
149
# File 'sig/types.rbs', line 147

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def create_time
  @create_time
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def destination_configuration
  @destination_configuration
end

#id::String

Returns the value of attribute id.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def update_time
  @update_time
end