Class: Aws::Types::VerifiedAccessLogCloudWatchLogsDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_statusTypes::VerifiedAccessLogDeliveryStatus

Returns the value of attribute delivery_status.



18704
18705
18706
# File 'sig/types.rbs', line 18704

def delivery_status
  @delivery_status
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


18703
18704
18705
# File 'sig/types.rbs', line 18703

def enabled
  @enabled
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


18705
18706
18707
# File 'sig/types.rbs', line 18705

def log_group
  @log_group
end