Class: Aws::Types::AgentAlias

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_arn::String

Returns the value of attribute agent_alias_arn.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def agent_alias_arn
  @agent_alias_arn
end

#agent_alias_history_events::Array[Types::AgentAliasHistoryEvent]

Returns the value of attribute agent_alias_history_events.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def agent_alias_history_events
  @agent_alias_history_events
end

#agent_alias_id::String

Returns the value of attribute agent_alias_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def agent_alias_id
  @agent_alias_id
end

#agent_alias_name::String

Returns the value of attribute agent_alias_name.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def agent_alias_name
  @agent_alias_name
end

#agent_alias_status"CREATING", ...

Returns the value of attribute agent_alias_status.

Returns:

  • ("CREATING", "PREPARED", "FAILED", "UPDATING", "DELETING", "DISSOCIATED")


109
110
111
# File 'sig/types.rbs', line 109

def agent_alias_status
  @agent_alias_status
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def agent_id
  @agent_id
end

#alias_invocation_state"ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS"

Returns the value of attribute alias_invocation_state.

Returns:

  • ("ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS")


111
112
113
# File 'sig/types.rbs', line 111

def alias_invocation_state
  @alias_invocation_state
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def client_token
  @client_token
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def description
  @description
end

#failure_reasons::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


110
111
112
# File 'sig/types.rbs', line 110

def failure_reasons
  @failure_reasons
end

#routing_configuration::Array[Types::AgentAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



105
106
107
# File 'sig/types.rbs', line 105

def routing_configuration
  @routing_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


107
108
109
# File 'sig/types.rbs', line 107

def updated_at
  @updated_at
end