Class: Aws::Types::CreateAgentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_key::String

Returns the value of attribute activation_key.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def activation_key
  @activation_key
end

#agent_name::String

Returns the value of attribute agent_name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def agent_name
  @agent_name
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


44
45
46
# File 'sig/types.rbs', line 44

def security_group_arns
  @security_group_arns
end

#subnet_arns::Array[::String]

Returns the value of attribute subnet_arns.

Returns:

  • (::Array[::String])


43
44
45
# File 'sig/types.rbs', line 43

def subnet_arns
  @subnet_arns
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def tags
  @tags
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def vpc_endpoint_id
  @vpc_endpoint_id
end