Class: Aws::IoTRoboRunner::Types::GetSiteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTRoboRunner::Types::GetSiteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotroborunner/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Site ARN.
-
#country_code ⇒ String
A valid ISO 3166-1 alpha-2 code for the country in which the site resides.
-
#created_at ⇒ Time
Timestamp at which the resource was created.
-
#description ⇒ String
A high-level description of the site.
-
#id ⇒ String
Filters access by the site’s identifier.
-
#name ⇒ String
Human friendly name of the resource.
-
#updated_at ⇒ Time
Timestamp at which the resource was last updated.
Instance Attribute Details
#arn ⇒ String
Site ARN.
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_code ⇒ String
A valid ISO 3166-1 alpha-2 code for the country in which the site resides. e.g., US.
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_at ⇒ Time
Timestamp at which the resource was created.
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 |
#description ⇒ String
A high-level description of the site.
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 |
#id ⇒ String
Filters access by the site’s identifier
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 |
#name ⇒ String
Human friendly name of the resource.
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_at ⇒ Time
Timestamp at which the resource was last updated.
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 |