Class: Aws::Types::UpdateGatewayInformationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arn::String

Returns the value of attribute cloud_watch_log_group_arn.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def cloud_watch_log_group_arn
  @cloud_watch_log_group_arn
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def gateway_arn
  @gateway_arn
end

#gateway_capacity"Small", ...

Returns the value of attribute gateway_capacity.

Returns:

  • ("Small", "Medium", "Large")


1496
1497
1498
# File 'sig/types.rbs', line 1496

def gateway_capacity
  @gateway_capacity
end

#gateway_name::String

Returns the value of attribute gateway_name.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def gateway_name
  @gateway_name
end

#gateway_timezone::String

Returns the value of attribute gateway_timezone.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def gateway_timezone
  @gateway_timezone
end