Class: Aws::Types::UpdateNetworkResourceMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def global_network_id
  @global_network_id
end

#metadata ⇒ ::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


1912
1913
1914
# File 'sig/types.rbs', line 1912

def 
  
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def resource_arn
  @resource_arn
end