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.



19389
19390
19391
# File 'sig/types.rbs', line 19389

def delivery_status
  @delivery_status
end

#delivery_stream::String

Returns the value of attribute delivery_stream.

Returns:

  • (::String)


19390
19391
19392
# File 'sig/types.rbs', line 19390

def delivery_stream
  @delivery_stream
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19388
19389
19390
# File 'sig/types.rbs', line 19388

def enabled
  @enabled
end