Class: Aws::Types::AgentSpace

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)


48
49
50
# File 'sig/types.rbs', line 48

def agent_space_id
  @agent_space_id
end

#aws_resourcesTypes::AWSResources

Returns the value of attribute aws_resources.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def aws_resources
  @aws_resources
end

#code_review_settingsTypes::CodeReviewSettings

Returns the value of attribute code_review_settings.



53
54
55
# File 'sig/types.rbs', line 53

def code_review_settings
  @code_review_settings
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


55
56
57
# File 'sig/types.rbs', line 55

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def name
  @name
end

#target_domain_ids::Array[::String]

Returns the value of attribute target_domain_ids.

Returns:

  • (::Array[::String])


52
53
54
# File 'sig/types.rbs', line 52

def target_domain_ids
  @target_domain_ids
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


56
57
58
# File 'sig/types.rbs', line 56

def updated_at
  @updated_at
end