Class: Aws::IoTSiteWise::Types::DescribeGatewayResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the gateway was created, in Unix epoch time.

Returns:

  • (Time)


4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4594

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :gateway_platform,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

The ARN of the gateway, which has the following format.

arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:gateway/$\{GatewayId\}

Returns:

  • (String)


4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4594

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :gateway_platform,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_capability_summariesArray<Types::GatewayCapabilitySummary>

A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.



4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4594

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :gateway_platform,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The ID of the gateway device.

Returns:

  • (String)


4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4594

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :gateway_platform,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_nameString

The name of the gateway.

Returns:

  • (String)


4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4594

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :gateway_platform,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_platformTypes::GatewayPlatform

The gateway's platform.



4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4594

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :gateway_platform,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_dateTime

The date the gateway was last updated, in Unix epoch time.

Returns:

  • (Time)


4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4594

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :gateway_platform,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end