Class: Aws::IoTRoboRunner::Types::GetSiteResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotroborunner/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Site ARN.

Returns:

  • (String)


504
505
506
507
508
509
510
511
512
513
514
# File 'lib/aws-sdk-iotroborunner/types.rb', line 504

class GetSiteResponse < Struct.new(
  :arn,
  :id,
  :name,
  :country_code,
  :description,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#country_codeString

A valid ISO 3166-1 alpha-2 code for the country in which the site resides. e.g., US.

Returns:

  • (String)


504
505
506
507
508
509
510
511
512
513
514
# File 'lib/aws-sdk-iotroborunner/types.rb', line 504

class GetSiteResponse < Struct.new(
  :arn,
  :id,
  :name,
  :country_code,
  :description,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp at which the resource was created.

Returns:

  • (Time)


504
505
506
507
508
509
510
511
512
513
514
# File 'lib/aws-sdk-iotroborunner/types.rb', line 504

class GetSiteResponse < Struct.new(
  :arn,
  :id,
  :name,
  :country_code,
  :description,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A high-level description of the site.

Returns:

  • (String)


504
505
506
507
508
509
510
511
512
513
514
# File 'lib/aws-sdk-iotroborunner/types.rb', line 504

class GetSiteResponse < Struct.new(
  :arn,
  :id,
  :name,
  :country_code,
  :description,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Filters access by the site’s identifier

Returns:

  • (String)


504
505
506
507
508
509
510
511
512
513
514
# File 'lib/aws-sdk-iotroborunner/types.rb', line 504

class GetSiteResponse < Struct.new(
  :arn,
  :id,
  :name,
  :country_code,
  :description,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Human friendly name of the resource.

Returns:

  • (String)


504
505
506
507
508
509
510
511
512
513
514
# File 'lib/aws-sdk-iotroborunner/types.rb', line 504

class GetSiteResponse < Struct.new(
  :arn,
  :id,
  :name,
  :country_code,
  :description,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp at which the resource was last updated.

Returns:

  • (Time)


504
505
506
507
508
509
510
511
512
513
514
# File 'lib/aws-sdk-iotroborunner/types.rb', line 504

class GetSiteResponse < Struct.new(
  :arn,
  :id,
  :name,
  :country_code,
  :description,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end