Class: Aws::Types::OnPremiseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OnPremiseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_url ⇒ ::String
Returns the value of attribute host_url.
-
#organization_name ⇒ ::String
Returns the value of attribute organization_name.
-
#ssl_certificate_s3_path ⇒ Types::S3Path
Returns the value of attribute ssl_certificate_s3_path.
Instance Attribute Details
#host_url ⇒ ::String
Returns the value of attribute host_url.
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.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def organization_name @organization_name end |
#ssl_certificate_s3_path ⇒ Types::S3Path
Returns the value of attribute ssl_certificate_s3_path.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def ssl_certificate_s3_path @ssl_certificate_s3_path end |