Class: Aws::Types::CreateAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
-
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
-
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
-
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
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.
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.
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.
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.
41 42 43 |
# File 'sig/types.rbs', line 41 def @tags end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def vpc_endpoint_id @vpc_endpoint_id end |