Class: Aws::Types::CreateNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_level"STANDARD", "PREMIUM"

Returns the value of attribute access_level.

Returns:

  • ("STANDARD", "PREMIUM")


238
239
240
# File 'sig/types.rbs', line 238

def access_level
  @access_level
end

#enable_premium_free_trialBoolean

Returns the value of attribute enable_premium_free_trial.

Returns:

  • (Boolean)


239
240
241
# File 'sig/types.rbs', line 239

def enable_premium_free_trial
  @enable_premium_free_trial
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def encryption_key_arn
  @encryption_key_arn
end

#network_name::String

Returns the value of attribute network_name.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def network_name
  @network_name
end