Class: Aws::Types::CreateServerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def certificate
  @certificate
end

#domain"S3", "EFS"

Returns the value of attribute domain.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def domain
  @domain
end

#endpoint_detailsTypes::EndpointDetails

Returns the value of attribute endpoint_details.

Returns:



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.

Returns:



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.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def host_key
  @host_key
end

#identity_provider_detailsTypes::IdentityProviderDetails

Returns the value of attribute identity_provider_details.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def 
  
end

#protocol_detailsTypes::ProtocolDetails

Returns the value of attribute protocol_details.

Returns:



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.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def protocols
  @protocols
end

#s3_storage_optionsTypes::S3StorageOptions

Returns the value of attribute s3_storage_options.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def s3_storage_options
  @s3_storage_options
end

#security_policy_name::String

Returns the value of attribute security_policy_name.

Returns:



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.

Returns:



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.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def tags
  @tags
end

#workflow_detailsTypes::WorkflowDetails

Returns the value of attribute workflow_details.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def workflow_details
  @workflow_details
end