Class: Aws::Types::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#hosts ⇒ ::Array[Types::HostInfoForCreate]
Returns the value of attribute hosts.
-
#initial_vlans ⇒ Types::InitialVlans
Returns the value of attribute initial_vlans.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#license_info ⇒ ::Array[Types::LicenseInfo]
Returns the value of attribute license_info.
-
#service_access_security_groups ⇒ Types::ServiceAccessSecurityGroups
Returns the value of attribute service_access_security_groups.
-
#service_access_subnet_id ⇒ ::String
Returns the value of attribute service_access_subnet_id.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#terms_accepted ⇒ Boolean
Returns the value of attribute terms_accepted.
-
#vcf_hostnames ⇒ Types::VcfHostnames
Returns the value of attribute vcf_hostnames.
-
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
103 104 105 |
# File 'sig/types.rbs', line 103 def client_token @client_token end |
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
113 114 115 |
# File 'sig/types.rbs', line 113 def connectivity_info @connectivity_info end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def environment_name @environment_name end |
#hosts ⇒ ::Array[Types::HostInfoForCreate]
Returns the value of attribute hosts.
115 116 117 |
# File 'sig/types.rbs', line 115 def hosts @hosts end |
#initial_vlans ⇒ Types::InitialVlans
Returns the value of attribute initial_vlans.
112 113 114 |
# File 'sig/types.rbs', line 112 def initial_vlans @initial_vlans end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
105 106 107 |
# File 'sig/types.rbs', line 105 def kms_key_id @kms_key_id end |
#license_info ⇒ ::Array[Types::LicenseInfo]
Returns the value of attribute license_info.
114 115 116 |
# File 'sig/types.rbs', line 114 def license_info @license_info end |
#service_access_security_groups ⇒ Types::ServiceAccessSecurityGroups
Returns the value of attribute service_access_security_groups.
107 108 109 |
# File 'sig/types.rbs', line 107 def service_access_security_groups @service_access_security_groups end |
#service_access_subnet_id ⇒ ::String
Returns the value of attribute service_access_subnet_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def service_access_subnet_id @service_access_subnet_id end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def site_id @site_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
106 107 108 |
# File 'sig/types.rbs', line 106 def @tags end |
#terms_accepted ⇒ Boolean
Returns the value of attribute terms_accepted.
111 112 113 |
# File 'sig/types.rbs', line 111 def terms_accepted @terms_accepted end |
#vcf_hostnames ⇒ Types::VcfHostnames
Returns the value of attribute vcf_hostnames.
116 117 118 |
# File 'sig/types.rbs', line 116 def vcf_hostnames @vcf_hostnames end |
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
110 111 112 |
# File 'sig/types.rbs', line 110 def vcf_version @vcf_version end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def vpc_id @vpc_id end |