Class: Aws::Types::VerifiedAccessLogKinesisDataFirehoseDestination

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.



19050
19051
19052
# File 'sig/types.rbs', line 19050

def delivery_status
  @delivery_status
end

#delivery_stream::String

Returns the value of attribute delivery_stream.

Returns:

  • (::String)


19051
19052
19053
# File 'sig/types.rbs', line 19051

def delivery_stream
  @delivery_stream
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19049
19050
19051
# File 'sig/types.rbs', line 19049

def enabled
  @enabled
end