Class: Aws::Types::UpdateAgentSpaceInput

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)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def agent_space_id
  @agent_space_id
end

#aws_resourcesTypes::AWSResources

Returns the value of attribute aws_resources.

Returns:



2217
2218
2219
# File 'sig/types.rbs', line 2217

def aws_resources
  @aws_resources
end

#code_review_settingsTypes::CodeReviewSettings

Returns the value of attribute code_review_settings.



2219
2220
2221
# File 'sig/types.rbs', line 2219

def code_review_settings
  @code_review_settings
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def name
  @name
end

#target_domain_ids::Array[::String]

Returns the value of attribute target_domain_ids.

Returns:

  • (::Array[::String])


2218
2219
2220
# File 'sig/types.rbs', line 2218

def target_domain_ids
  @target_domain_ids
end