Class: Aws::Types::DescribedServer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def arn
  @arn
end

#as_2_service_managed_egress_ip_addresses::Array[::String]

Returns the value of attribute as_2_service_managed_egress_ip_addresses.

Returns:

  • (::Array[::String])


618
619
620
# File 'sig/types.rbs', line 618

def as_2_service_managed_egress_ip_addresses
  @as_2_service_managed_egress_ip_addresses
end

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def certificate
  @certificate
end

#domain"S3", "EFS"

Returns the value of attribute domain.

Returns:

  • ("S3", "EFS")


600
601
602
# File 'sig/types.rbs', line 600

def domain
  @domain
end

#endpoint_detailsTypes::EndpointDetails

Returns the value of attribute endpoint_details.



601
602
603
# File 'sig/types.rbs', line 601

def endpoint_details
  @endpoint_details
end

#endpoint_type"PUBLIC", ...

Returns the value of attribute endpoint_type.

Returns:

  • ("PUBLIC", "VPC", "VPC_ENDPOINT")


602
603
604
# File 'sig/types.rbs', line 602

def endpoint_type
  @endpoint_type
end

#host_key_fingerprint::String

Returns the value of attribute host_key_fingerprint.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def host_key_fingerprint
  @host_key_fingerprint
end

#identity_provider_detailsTypes::IdentityProviderDetails

Returns the value of attribute identity_provider_details.



604
605
606
# File 'sig/types.rbs', line 604

def identity_provider_details
  @identity_provider_details
end

#identity_provider_type"SERVICE_MANAGED", ...

Returns the value of attribute identity_provider_type.

Returns:

  • ("SERVICE_MANAGED", "API_GATEWAY", "AWS_DIRECTORY_SERVICE", "AWS_LAMBDA")


605
606
607
# File 'sig/types.rbs', line 605

def identity_provider_type
  @identity_provider_type
end

#ip_address_type"IPV4", "DUALSTACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUALSTACK")


619
620
621
# File 'sig/types.rbs', line 619

def ip_address_type
  @ip_address_type
end

#logging_role::String

Returns the value of attribute logging_role.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def logging_role
  @logging_role
end

#post_authentication_login_banner::String

Returns the value of attribute post_authentication_login_banner.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def 
  
end

#pre_authentication_login_banner::String

Returns the value of attribute pre_authentication_login_banner.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def 
  
end

#protocol_detailsTypes::ProtocolDetails

Returns the value of attribute protocol_details.



599
600
601
# File 'sig/types.rbs', line 599

def protocol_details
  @protocol_details
end

#protocols::Array[("SFTP" | "FTP" | "FTPS" | "AS2")]

Returns the value of attribute protocols.

Returns:

  • (::Array[("SFTP" | "FTP" | "FTPS" | "AS2")])


609
610
611
# File 'sig/types.rbs', line 609

def protocols
  @protocols
end

#s3_storage_optionsTypes::S3StorageOptions

Returns the value of attribute s3_storage_options.



617
618
619
# File 'sig/types.rbs', line 617

def s3_storage_options
  @s3_storage_options
end

#security_policy_name::String

Returns the value of attribute security_policy_name.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def security_policy_name
  @security_policy_name
end

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def server_id
  @server_id
end

#state"OFFLINE", ...

Returns the value of attribute state.

Returns:

  • ("OFFLINE", "ONLINE", "STARTING", "STOPPING", "START_FAILED", "STOP_FAILED")


612
613
614
# File 'sig/types.rbs', line 612

def state
  @state
end

#structured_log_destinations::Array[::String]

Returns the value of attribute structured_log_destinations.

Returns:

  • (::Array[::String])


616
617
618
# File 'sig/types.rbs', line 616

def structured_log_destinations
  @structured_log_destinations
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def tags
  @tags
end

#user_count::Integer

Returns the value of attribute user_count.

Returns:

  • (::Integer)


614
615
616
# File 'sig/types.rbs', line 614

def user_count
  @user_count
end

#workflow_detailsTypes::WorkflowDetails

Returns the value of attribute workflow_details.



615
616
617
# File 'sig/types.rbs', line 615

def workflow_details
  @workflow_details
end