Class: Aws::Types::ActivateGatewayInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#activation_key::String

Returns the value of attribute activation_key.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def activation_key
  @activation_key
end

#gateway_name::String

Returns the value of attribute gateway_name.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def gateway_name
  @gateway_name
end

#gateway_region::String

Returns the value of attribute gateway_region.

Returns:



15
16
17
# File 'sig/types.rbs', line 15

def gateway_region
  @gateway_region
end

#gateway_timezone::String

Returns the value of attribute gateway_timezone.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def gateway_timezone
  @gateway_timezone
end

#gateway_type::String

Returns the value of attribute gateway_type.

Returns:



16
17
18
# File 'sig/types.rbs', line 16

def gateway_type
  @gateway_type
end

#medium_changer_type::String

Returns the value of attribute medium_changer_type.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def medium_changer_type
  @medium_changer_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def tags
  @tags
end

#tape_drive_type::String

Returns the value of attribute tape_drive_type.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def tape_drive_type
  @tape_drive_type
end