Class: Aws::Types::SyslogConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def created_at
  @created_at
end

#log_group_arn::String

Returns the value of attribute log_group_arn.

Returns:

  • (::String)


2226
2227
2228
# File 'sig/types.rbs', line 2226

def log_group_arn
  @log_group_arn
end

#source_type"VPCE"

Returns the value of attribute source_type.

Returns:

  • ("VPCE")


2227
2228
2229
# File 'sig/types.rbs', line 2227

def source_type
  @source_type
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def vpc_endpoint_id
  @vpc_endpoint_id
end