Class: Aws::Types::StartEdgeConfigurationUpdateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#edge_configTypes::EdgeConfig

Returns the value of attribute edge_config.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def edge_config
  @edge_config
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def stream_name
  @stream_name
end