Class: Aws::ControlCatalog::Types::DomainSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controlcatalog/types.rb

Overview

A summary of metadata for a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that identifies the domain.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237

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

#create_timeTime

The time when the domain was created.

Returns:

  • (Time)


237
238
239
240
241
242
243
244
245
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237

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

#descriptionString

The description of the domain.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237

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

#last_update_timeTime

The time when the domain was most recently updated.

Returns:

  • (Time)


237
238
239
240
241
242
243
244
245
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237

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

#nameString

The name of the domain.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237

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