Class: Aws::AppRegistry::Types::ApplicationSummary

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

Overview

Summary of a Amazon Web Services Service Catalog AppRegistry application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) that specifies the application across services.

Returns:

  • (String)


115
116
117
118
119
120
121
122
123
124
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 115

class ApplicationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The ISO-8601 formatted timestamp of the moment when the application was created.

Returns:

  • (Time)


115
116
117
118
119
120
121
122
123
124
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 115

class ApplicationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


115
116
117
118
119
120
121
122
123
124
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 115

class ApplicationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the application.

Returns:

  • (String)


115
116
117
118
119
120
121
122
123
124
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 115

class ApplicationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The ISO-8601 formatted timestamp of the moment when the application was last updated.

Returns:

  • (Time)


115
116
117
118
119
120
121
122
123
124
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 115

class ApplicationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application. The name must be unique in the region in which you are creating the application.

Returns:

  • (String)


115
116
117
118
119
120
121
122
123
124
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 115

class ApplicationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end