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.



18723
18724
18725
# File 'sig/types.rbs', line 18723

def delivery_status
  @delivery_status
end

#delivery_stream::String

Returns the value of attribute delivery_stream.

Returns:

  • (::String)


18724
18725
18726
# File 'sig/types.rbs', line 18724

def delivery_stream
  @delivery_stream
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


18722
18723
18724
# File 'sig/types.rbs', line 18722

def enabled
  @enabled
end