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)


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

def created_at
  @created_at
end

#log_group_arn::String

Returns the value of attribute log_group_arn.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def log_group_arn
  @log_group_arn
end

#source_type"VPCE"

Returns the value of attribute source_type.

Returns:

  • ("VPCE")


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

def source_type
  @source_type
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


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

def vpc_endpoint_id
  @vpc_endpoint_id
end