Class: Aws::Types::CreateEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def client_token
  @client_token
end

#connectivity_infoTypes::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.

Returns:

  • (::String)


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.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def hosts
  @hosts
end

#initial_vlansTypes::InitialVlans

Returns the value of attribute initial_vlans.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def license_info
  @license_info
end

#service_access_security_groupsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


106
107
108
# File 'sig/types.rbs', line 106

def tags
  @tags
end

#terms_acceptedBoolean

Returns the value of attribute terms_accepted.

Returns:

  • (Boolean)


111
112
113
# File 'sig/types.rbs', line 111

def terms_accepted
  @terms_accepted
end

#vcf_hostnamesTypes::VcfHostnames

Returns the value of attribute vcf_hostnames.

Returns:



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.

Returns:

  • ("VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED")


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.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def vpc_id
  @vpc_id
end