You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::NetworkManager::Types::GlobalNetwork

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the global network was created.

Returns:

  • (Time)

    The date and time that the global network was created.

#descriptionString

The description of the global network.

Returns:

  • (String)

    The description of the global network.

#global_network_arnString

The Amazon Resource Name (ARN) of the global network.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the global network.

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

#stateString

The state of the global network.

Possible values:

  • PENDING
  • AVAILABLE
  • DELETING
  • UPDATING

Returns:

  • (String)

    The state of the global network.

#tagsArray<Types::Tag>

The tags for the global network.

Returns:

  • (Array<Types::Tag>)

    The tags for the global network.