Class: Aws::Types::CreateAgentSpaceOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def agent_space_id
  @agent_space_id
end

#aws_resourcesTypes::AWSResources

Returns the value of attribute aws_resources.

Returns:



598
599
600
# File 'sig/types.rbs', line 598

def aws_resources
  @aws_resources
end

#code_review_settingsTypes::CodeReviewSettings

Returns the value of attribute code_review_settings.



600
601
602
# File 'sig/types.rbs', line 600

def code_review_settings
  @code_review_settings
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


602
603
604
# File 'sig/types.rbs', line 602

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def name
  @name
end

#target_domain_ids::Array[::String]

Returns the value of attribute target_domain_ids.

Returns:

  • (::Array[::String])


599
600
601
# File 'sig/types.rbs', line 599

def target_domain_ids
  @target_domain_ids
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


603
604
605
# File 'sig/types.rbs', line 603

def updated_at
  @updated_at
end