Class: Aws::Types::UpdateServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#endpoint_details ⇒ Types::EndpointDetails
Returns the value of attribute endpoint_details.
-
#endpoint_type ⇒ "PUBLIC", ...
Returns the value of attribute endpoint_type.
-
#host_key ⇒ ::String
Returns the value of attribute host_key.
-
#identity_provider_details ⇒ Types::IdentityProviderDetails
Returns the value of attribute identity_provider_details.
-
#identity_provider_type ⇒ "SERVICE_MANAGED", ...
Returns the value of attribute identity_provider_type.
-
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
-
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
-
#post_authentication_login_banner ⇒ ::String
Returns the value of attribute post_authentication_login_banner.
-
#pre_authentication_login_banner ⇒ ::String
Returns the value of attribute pre_authentication_login_banner.
-
#protocol_details ⇒ Types::ProtocolDetails
Returns the value of attribute protocol_details.
-
#protocols ⇒ ::Array[("SFTP" | "FTP" | "FTPS" | "AS2")]
Returns the value of attribute protocols.
-
#s3_storage_options ⇒ Types::S3StorageOptions
Returns the value of attribute s3_storage_options.
-
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#structured_log_destinations ⇒ ::Array[::String]
Returns the value of attribute structured_log_destinations.
-
#workflow_details ⇒ Types::WorkflowDetails
Returns the value of attribute workflow_details.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def certificate @certificate end |
#endpoint_details ⇒ Types::EndpointDetails
Returns the value of attribute endpoint_details.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def endpoint_details @endpoint_details end |
#endpoint_type ⇒ "PUBLIC", ...
Returns the value of attribute endpoint_type.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def endpoint_type @endpoint_type end |
#host_key ⇒ ::String
Returns the value of attribute host_key.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def host_key @host_key end |
#identity_provider_details ⇒ Types::IdentityProviderDetails
Returns the value of attribute identity_provider_details.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def identity_provider_details @identity_provider_details end |
#identity_provider_type ⇒ "SERVICE_MANAGED", ...
Returns the value of attribute identity_provider_type.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def identity_provider_type @identity_provider_type end |
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def ip_address_type @ip_address_type end |
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def logging_role @logging_role end |
#post_authentication_login_banner ⇒ ::String
Returns the value of attribute post_authentication_login_banner.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def end |
#pre_authentication_login_banner ⇒ ::String
Returns the value of attribute pre_authentication_login_banner.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def end |
#protocol_details ⇒ Types::ProtocolDetails
Returns the value of attribute protocol_details.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def protocol_details @protocol_details end |
#protocols ⇒ ::Array[("SFTP" | "FTP" | "FTPS" | "AS2")]
Returns the value of attribute protocols.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def protocols @protocols end |
#s3_storage_options ⇒ Types::S3StorageOptions
Returns the value of attribute s3_storage_options.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def end |
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def security_policy_name @security_policy_name end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def server_id @server_id end |
#structured_log_destinations ⇒ ::Array[::String]
Returns the value of attribute structured_log_destinations.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def structured_log_destinations @structured_log_destinations end |
#workflow_details ⇒ Types::WorkflowDetails
Returns the value of attribute workflow_details.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def workflow_details @workflow_details end |