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.



19410
19411
19412
# File 'sig/types.rbs', line 19410

def delivery_status
  @delivery_status
end

#delivery_stream::String

Returns the value of attribute delivery_stream.

Returns:

  • (::String)


19411
19412
19413
# File 'sig/types.rbs', line 19411

def delivery_stream
  @delivery_stream
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19409
19410
19411
# File 'sig/types.rbs', line 19409

def enabled
  @enabled
end