Class: Aws::Types::ConfigureLogsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



80
81
82
# File 'sig/types.rbs', line 80

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def id
  @id
end

#ingress_access_logsTypes::IngressAccessLogs

Returns the value of attribute ingress_access_logs.



82
83
84
# File 'sig/types.rbs', line 82

def ingress_access_logs
  @ingress_access_logs
end