Class: Aws::Types::UpdateNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



914
915
916
# File 'sig/types.rbs', line 914

def client_token
  @client_token
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:



915
916
917
# File 'sig/types.rbs', line 915

def encryption_key_arn
  @encryption_key_arn
end

#network_id::String

Returns the value of attribute network_id.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def network_id
  @network_id
end

#network_name::String

Returns the value of attribute network_name.

Returns:



913
914
915
# File 'sig/types.rbs', line 913

def network_name
  @network_name
end