Class: Aws::Types::GetStreamForSegmentsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_at::Time

Returns the value of attribute associated_at.

Returns:

  • (::Time)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def associated_at
  @associated_at
end

#associated_segments::Array[Types::AssociatedSegment]

Returns the value of attribute associated_segments.

Returns:



1505
1506
1507
# File 'sig/types.rbs', line 1505

def associated_segments
  @associated_segments
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def destination_arn
  @destination_arn
end

#destination_role_arn::String

Returns the value of attribute destination_role_arn.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def destination_role_arn
  @destination_role_arn
end

#disassociated_at::Time

Returns the value of attribute disassociated_at.

Returns:

  • (::Time)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def disassociated_at
  @disassociated_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def domain_name
  @domain_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def failure_reason
  @failure_reason
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

  • ("RUNNING", "UNHEALTHY", "STOPPED")


1509
1510
1511
# File 'sig/types.rbs', line 1509

def state
  @state
end