Class: Aws::Types::OnPremiseConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#host_url::String

Returns the value of attribute host_url.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def host_url
  @host_url
end

#organization_name::String

Returns the value of attribute organization_name.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def organization_name
  @organization_name
end

#ssl_certificate_s3_pathTypes::S3Path

Returns the value of attribute ssl_certificate_s3_path.

Returns:



1509
1510
1511
# File 'sig/types.rbs', line 1509

def ssl_certificate_s3_path
  @ssl_certificate_s3_path
end