Class: Aws::Types::CreateLicenseEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
755 756 757 |
# File 'sig/types.rbs', line 755 def client_token @client_token end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
758 759 760 |
# File 'sig/types.rbs', line 758 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
757 758 759 |
# File 'sig/types.rbs', line 757 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
759 760 761 |
# File 'sig/types.rbs', line 759 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
756 757 758 |
# File 'sig/types.rbs', line 756 def vpc_id @vpc_id end |