Class: Aws::IoTSiteWise::Types::CreateApplicationResponse

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

#arnString

ARN of the application

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480

class CreateApplicationResponse < Struct.new(
  :arn,
  :id,
  :dns_subdomain,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dns_subdomainString

DNS subdomain for the application

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480

class CreateApplicationResponse < Struct.new(
  :arn,
  :id,
  :dns_subdomain,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Unique identifier of the application

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480

class CreateApplicationResponse < Struct.new(
  :arn,
  :id,
  :dns_subdomain,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the application

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480

class CreateApplicationResponse < Struct.new(
  :arn,
  :id,
  :dns_subdomain,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the application

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480

class CreateApplicationResponse < Struct.new(
  :arn,
  :id,
  :dns_subdomain,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end