Class: Aws::Types::KinesisDataStreamDestination
- Inherits:
-
Object
- Object
- Aws::Types::KinesisDataStreamDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_creation_date_time_precision ⇒ "MILLISECOND", "MICROSECOND"
Returns the value of attribute approximate_creation_date_time_precision.
-
#destination_status ⇒ "ENABLING", ...
Returns the value of attribute destination_status.
-
#destination_status_description ⇒ ::String
Returns the value of attribute destination_status_description.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#approximate_creation_date_time_precision ⇒ "MILLISECOND", "MICROSECOND"
Returns the value of attribute approximate_creation_date_time_precision.
982 983 984 |
# File 'sig/types.rbs', line 982 def approximate_creation_date_time_precision @approximate_creation_date_time_precision end |
#destination_status ⇒ "ENABLING", ...
Returns the value of attribute destination_status.
980 981 982 |
# File 'sig/types.rbs', line 980 def destination_status @destination_status end |
#destination_status_description ⇒ ::String
Returns the value of attribute destination_status_description.
981 982 983 |
# File 'sig/types.rbs', line 981 def destination_status_description @destination_status_description end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
979 980 981 |
# File 'sig/types.rbs', line 979 def stream_arn @stream_arn end |