Class: Aws::Types::CreateServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#domain ⇒ "S3", "EFS"
Returns the value of attribute domain.
-
#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.
-
#structured_log_destinations ⇒ ::Array[::String]
Returns the value of attribute structured_log_destinations.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#workflow_details ⇒ Types::WorkflowDetails
Returns the value of attribute workflow_details.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
145 146 147 |
# File 'sig/types.rbs', line 145 def certificate @certificate end |
#domain ⇒ "S3", "EFS"
Returns the value of attribute domain.
146 147 148 |
# File 'sig/types.rbs', line 146 def domain @domain end |
#endpoint_details ⇒ Types::EndpointDetails
Returns the value of attribute endpoint_details.
147 148 149 |
# File 'sig/types.rbs', line 147 def endpoint_details @endpoint_details end |
#endpoint_type ⇒ "PUBLIC", ...
Returns the value of attribute endpoint_type.
148 149 150 |
# File 'sig/types.rbs', line 148 def endpoint_type @endpoint_type end |
#host_key ⇒ ::String
Returns the value of attribute host_key.
149 150 151 |
# File 'sig/types.rbs', line 149 def host_key @host_key end |
#identity_provider_details ⇒ Types::IdentityProviderDetails
Returns the value of attribute identity_provider_details.
150 151 152 |
# File 'sig/types.rbs', line 150 def identity_provider_details @identity_provider_details end |
#identity_provider_type ⇒ "SERVICE_MANAGED", ...
Returns the value of attribute identity_provider_type.
151 152 153 |
# File 'sig/types.rbs', line 151 def identity_provider_type @identity_provider_type end |
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
162 163 164 |
# File 'sig/types.rbs', line 162 def ip_address_type @ip_address_type end |
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
152 153 154 |
# File 'sig/types.rbs', line 152 def logging_role @logging_role end |
#post_authentication_login_banner ⇒ ::String
Returns the value of attribute post_authentication_login_banner.
153 154 155 |
# File 'sig/types.rbs', line 153 def end |
#pre_authentication_login_banner ⇒ ::String
Returns the value of attribute pre_authentication_login_banner.
154 155 156 |
# File 'sig/types.rbs', line 154 def end |
#protocol_details ⇒ Types::ProtocolDetails
Returns the value of attribute protocol_details.
156 157 158 |
# File 'sig/types.rbs', line 156 def protocol_details @protocol_details end |
#protocols ⇒ ::Array[("SFTP" | "FTP" | "FTPS" | "AS2")]
Returns the value of attribute protocols.
155 156 157 |
# File 'sig/types.rbs', line 155 def protocols @protocols end |
#s3_storage_options ⇒ Types::S3StorageOptions
Returns the value of attribute s3_storage_options.
161 162 163 |
# File 'sig/types.rbs', line 161 def end |
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
157 158 159 |
# File 'sig/types.rbs', line 157 def security_policy_name @security_policy_name end |
#structured_log_destinations ⇒ ::Array[::String]
Returns the value of attribute structured_log_destinations.
160 161 162 |
# File 'sig/types.rbs', line 160 def structured_log_destinations @structured_log_destinations end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
158 159 160 |
# File 'sig/types.rbs', line 158 def end |
#workflow_details ⇒ Types::WorkflowDetails
Returns the value of attribute workflow_details.
159 160 161 |
# File 'sig/types.rbs', line 159 def workflow_details @workflow_details end |