Class: Aws::Types::UpdateServerRequest

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:



1451
1452
1453
# File 'sig/types.rbs', line 1451

def certificate
  @certificate
end

#endpoint_detailsTypes::EndpointDetails

Returns the value of attribute endpoint_details.

Returns:



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.

Returns:



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.

Returns:



1455
1456
1457
# File 'sig/types.rbs', line 1455

def host_key
  @host_key
end

#identity_provider_detailsTypes::IdentityProviderDetails

Returns the value of attribute identity_provider_details.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1459
1460
1461
# File 'sig/types.rbs', line 1459

def 
  
end

#protocol_detailsTypes::ProtocolDetails

Returns the value of attribute protocol_details.

Returns:



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.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def protocols
  @protocols
end

#s3_storage_optionsTypes::S3StorageOptions

Returns the value of attribute s3_storage_options.

Returns:



1465
1466
1467
# File 'sig/types.rbs', line 1465

def s3_storage_options
  @s3_storage_options
end

#security_policy_name::String

Returns the value of attribute security_policy_name.

Returns:



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.

Returns:



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.

Returns:



1464
1465
1466
# File 'sig/types.rbs', line 1464

def structured_log_destinations
  @structured_log_destinations
end

#workflow_detailsTypes::WorkflowDetails

Returns the value of attribute workflow_details.

Returns:



1463
1464
1465
# File 'sig/types.rbs', line 1463

def workflow_details
  @workflow_details
end