Class: Aws::Types::AttachTrafficSourcesType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def auto_scaling_group_name
  @auto_scaling_group_name
end

#skip_zonal_shift_validationBoolean

Returns the value of attribute skip_zonal_shift_validation.

Returns:

  • (Boolean)


106
107
108
# File 'sig/types.rbs', line 106

def skip_zonal_shift_validation
  @skip_zonal_shift_validation
end

#traffic_sources::Array[Types::TrafficSourceIdentifier]

Returns the value of attribute traffic_sources.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def traffic_sources
  @traffic_sources
end