Class: Aws::Types::CreateAgentSpaceInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_resourcesTypes::AWSResources

Returns the value of attribute aws_resources.

Returns:



584
585
586
# File 'sig/types.rbs', line 584

def aws_resources
  @aws_resources
end

#code_review_settingsTypes::CodeReviewSettings

Returns the value of attribute code_review_settings.



586
587
588
# File 'sig/types.rbs', line 586

def code_review_settings
  @code_review_settings
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


588
589
590
# File 'sig/types.rbs', line 588

def tags
  @tags
end

#target_domain_ids::Array[::String]

Returns the value of attribute target_domain_ids.

Returns:

  • (::Array[::String])


585
586
587
# File 'sig/types.rbs', line 585

def target_domain_ids
  @target_domain_ids
end