Class: Aws::Types::GetLicenseEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLicenseEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#license_endpoint_id ⇒ ::String
Returns the value of attribute license_endpoint_id.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def dns_name @dns_name end |
#license_endpoint_id ⇒ ::String
Returns the value of attribute license_endpoint_id.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def license_endpoint_id @license_endpoint_id end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def security_group_ids @security_group_ids end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def @status_message end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def vpc_id @vpc_id end |