Class: Aws::Types::AssistantSummary

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)


85
86
87
# File 'sig/types.rbs', line 85

def assistant_arn
  @assistant_arn
end

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def assistant_id
  @assistant_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def description
  @description
end

#integration_configuration ⇒ Types::AssistantIntegrationConfiguration

Returns the value of attribute integration_configuration.



88
89
90
# File 'sig/types.rbs', line 88

def integration_configuration
  @integration_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



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

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")


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

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#type ⇒ "AGENT"

Returns the value of attribute type.

Returns:

  • ("AGENT")


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

def type
  @type
end