Class: Aws::Types::AssistantData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arn ⇒ ::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def assistant_arn
  @assistant_arn
end

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def assistant_id
  @assistant_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def description
  @description
end

#integration_configuration ⇒ Types::AssistantIntegrationConfiguration

Returns the value of attribute integration_configuration.



70
71
72
# File 'sig/types.rbs', line 70

def integration_configuration
  @integration_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def name
  @name
end

#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



72
73
74
# File 'sig/types.rbs', line 72

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


73
74
75
# File 'sig/types.rbs', line 73

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


74
75
76
# File 'sig/types.rbs', line 74

def tags
  @tags
end

#type ⇒ "AGENT"

Returns the value of attribute type.

Returns:

  • ("AGENT")


75
76
77
# File 'sig/types.rbs', line 75

def type
  @type
end