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)


593
594
595
# File 'sig/types.rbs', line 593

def agent_space_id
  @agent_space_id
end

#aws_resourcesTypes::AWSResources

Returns the value of attribute aws_resources.

Returns:



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

def aws_resources
  @aws_resources
end

#code_review_settingsTypes::CodeReviewSettings

Returns the value of attribute code_review_settings.



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

def code_review_settings
  @code_review_settings
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#target_domain_ids::Array[::String]

Returns the value of attribute target_domain_ids.

Returns:

  • (::Array[::String])


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

def target_domain_ids
  @target_domain_ids
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end