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.



19031
19032
19033
# File 'sig/types.rbs', line 19031

def delivery_status
  @delivery_status
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19030
19031
19032
# File 'sig/types.rbs', line 19030

def enabled
  @enabled
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


19032
19033
19034
# File 'sig/types.rbs', line 19032

def log_group
  @log_group
end