Class: Aws::Types::AgentSpace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def agent_space_id
  @agent_space_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


93
94
95
# File 'sig/types.rbs', line 93

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def description
  @description
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def kms_key_arn
  @kms_key_arn
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def locale
  @locale
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def name
  @name
end

#preferences::Hash[("elevatedActionsEnabled"), bool]

Returns the value of attribute preferences.

Returns:

  • (::Hash[("elevatedActionsEnabled"), bool])


97
98
99
# File 'sig/types.rbs', line 97

def preferences
  @preferences
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


94
95
96
# File 'sig/types.rbs', line 94

def updated_at
  @updated_at
end