Class: Aws::Types::CreateAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:oauth_token, :access_token, :basic_auth_credentials, :build_spec])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def access_token
  @access_token
end

#auto_branch_creation_configTypes::AutoBranchCreationConfig

Returns the value of attribute auto_branch_creation_config.



156
157
158
# File 'sig/types.rbs', line 156

def auto_branch_creation_config
  @auto_branch_creation_config
end

#auto_branch_creation_patterns::Array[::String]

Returns the value of attribute auto_branch_creation_patterns.

Returns:

  • (::Array[::String])


155
156
157
# File 'sig/types.rbs', line 155

def auto_branch_creation_patterns
  @auto_branch_creation_patterns
end

#basic_auth_credentials::String

Returns the value of attribute basic_auth_credentials.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def basic_auth_credentials
  @basic_auth_credentials
end

#build_spec::String

Returns the value of attribute build_spec.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def build_spec
  @build_spec
end

#cache_configTypes::CacheConfig

Returns the value of attribute cache_config.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def cache_config
  @cache_config
end

#compute_role_arn::String

Returns the value of attribute compute_role_arn.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def compute_role_arn
  @compute_role_arn
end

#custom_headers::String

Returns the value of attribute custom_headers.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def custom_headers
  @custom_headers
end

#custom_rules::Array[Types::CustomRule]

Returns the value of attribute custom_rules.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def custom_rules
  @custom_rules
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def description
  @description
end

#enable_auto_branch_creationBoolean

Returns the value of attribute enable_auto_branch_creation.

Returns:

  • (Boolean)


154
155
156
# File 'sig/types.rbs', line 154

def enable_auto_branch_creation
  @enable_auto_branch_creation
end

#enable_basic_authBoolean

Returns the value of attribute enable_basic_auth.

Returns:

  • (Boolean)


148
149
150
# File 'sig/types.rbs', line 148

def enable_basic_auth
  @enable_basic_auth
end

#enable_branch_auto_buildBoolean

Returns the value of attribute enable_branch_auto_build.

Returns:

  • (Boolean)


146
147
148
# File 'sig/types.rbs', line 146

def enable_branch_auto_build
  @enable_branch_auto_build
end

#enable_branch_auto_deletionBoolean

Returns the value of attribute enable_branch_auto_deletion.

Returns:

  • (Boolean)


147
148
149
# File 'sig/types.rbs', line 147

def enable_branch_auto_deletion
  @enable_branch_auto_deletion
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

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


145
146
147
# File 'sig/types.rbs', line 145

def environment_variables
  @environment_variables
end

#iam_service_role_arn::String

Returns the value of attribute iam_service_role_arn.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def iam_service_role_arn
  @iam_service_role_arn
end

#job_configTypes::JobConfig

Returns the value of attribute job_config.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def job_config
  @job_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def name
  @name
end

#oauth_token::String

Returns the value of attribute oauth_token.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def oauth_token
  @oauth_token
end

#platform"WEB", ...

Returns the value of attribute platform.

Returns:

  • ("WEB", "WEB_DYNAMIC", "WEB_COMPUTE")


140
141
142
# File 'sig/types.rbs', line 140

def platform
  @platform
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def repository
  @repository
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


151
152
153
# File 'sig/types.rbs', line 151

def tags
  @tags
end