Class: Aws::Types::UpdateAgentSpaceOutput

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)


2222
2223
2224
# File 'sig/types.rbs', line 2222

def agent_space_id
  @agent_space_id
end

#aws_resourcesTypes::AWSResources

Returns the value of attribute aws_resources.

Returns:



2225
2226
2227
# File 'sig/types.rbs', line 2225

def aws_resources
  @aws_resources
end

#code_review_settingsTypes::CodeReviewSettings

Returns the value of attribute code_review_settings.



2227
2228
2229
# File 'sig/types.rbs', line 2227

def code_review_settings
  @code_review_settings
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2223
2224
2225
# File 'sig/types.rbs', line 2223

def name
  @name
end

#target_domain_ids::Array[::String]

Returns the value of attribute target_domain_ids.

Returns:

  • (::Array[::String])


2226
2227
2228
# File 'sig/types.rbs', line 2226

def target_domain_ids
  @target_domain_ids
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def updated_at
  @updated_at
end