Class: Aws::Types::ComponentStatusData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_received ⇒ ::Integer

Returns the value of attribute bytes_received.

Returns:

  • (::Integer)


120
121
122
# File 'sig/types.rbs', line 120

def bytes_received
  @bytes_received
end

#bytes_sent ⇒ ::Integer

Returns the value of attribute bytes_sent.

Returns:

  • (::Integer)


119
120
121
# File 'sig/types.rbs', line 119

def bytes_sent
  @bytes_sent
end

#capability_arn ⇒ ::String

Returns the value of attribute capability_arn.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def capability_arn
  @capability_arn
end

#component_type ⇒ ::String

Returns the value of attribute component_type.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def component_type
  @component_type
end

#dataflow_id ⇒ ::String

Returns the value of attribute dataflow_id.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def dataflow_id
  @dataflow_id
end

#packets_dropped ⇒ ::Integer

Returns the value of attribute packets_dropped.

Returns:

  • (::Integer)


121
122
123
# File 'sig/types.rbs', line 121

def packets_dropped
  @packets_dropped
end

#status ⇒ "SUCCESS", ...

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "FAILED", "ACTIVE", "INACTIVE")


118
119
120
# File 'sig/types.rbs', line 118

def status
  @status
end