Class: Aws::NetworkManager::Types::Site
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Site
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a site.
Constant Summary collapse
- SENSITIVE =
[:location]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time that the site was created.
-
#description ⇒ String
The description of the site.
-
#global_network_id ⇒ String
The ID of the global network.
-
#location ⇒ Types::Location
The location of the site.
-
#site_arn ⇒ String
The Amazon Resource Name (ARN) of the site.
-
#site_id ⇒ String
The ID of the site.
-
#state ⇒ String
The state of the site.
-
#tags ⇒ Array<Types::Tag>
The tags for the site.
Instance Attribute Details
#created_at ⇒ Time
The date and time that the site was created.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |
#description ⇒ String
The description of the site.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |
#location ⇒ Types::Location
The location of the site.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |
#site_arn ⇒ String
The Amazon Resource Name (ARN) of the site.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |
#state ⇒ String
The state of the site.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the site.
5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5436 class Site < Struct.new( :site_id, :site_arn, :global_network_id, :description, :location, :created_at, :state, :tags) SENSITIVE = [:location] include Aws::Structure end |