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)


615
616
617
# File 'sig/types.rbs', line 615

def agent_space_id
  @agent_space_id
end

#aws_resourcesTypes::AWSResources

Returns the value of attribute aws_resources.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def aws_resources
  @aws_resources
end

#code_review_settingsTypes::CodeReviewSettings

Returns the value of attribute code_review_settings.



620
621
622
# File 'sig/types.rbs', line 620

def code_review_settings
  @code_review_settings
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


622
623
624
# File 'sig/types.rbs', line 622

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def name
  @name
end

#target_domain_ids::Array[::String]

Returns the value of attribute target_domain_ids.

Returns:

  • (::Array[::String])


619
620
621
# File 'sig/types.rbs', line 619

def target_domain_ids
  @target_domain_ids
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


623
624
625
# File 'sig/types.rbs', line 623

def updated_at
  @updated_at
end