Class: Aws::AlexaForBusiness::Types::DeviceNetworkProfileInfo

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

Overview

Detailed information about a device's network profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the certificate associated with a device.

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1788

class DeviceNetworkProfileInfo < Struct.new(
  :network_profile_arn,
  :certificate_arn,
  :certificate_expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_expiration_timeTime

The time (in epoch) when the certificate expires.

Returns:

  • (Time)


1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1788

class DeviceNetworkProfileInfo < Struct.new(
  :network_profile_arn,
  :certificate_arn,
  :certificate_expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#network_profile_arnString

The ARN of the network profile associated with a device.

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1788

class DeviceNetworkProfileInfo < Struct.new(
  :network_profile_arn,
  :certificate_arn,
  :certificate_expiration_time)
  SENSITIVE = []
  include Aws::Structure
end