Class: Aws::Types::CreateBranchRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:basic_auth_credentials, :build_spec])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def app_id
  @app_id
end

#backendTypes::Backend

Returns the value of attribute backend.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def backend
  @backend
end

#backend_environment_arn::String

Returns the value of attribute backend_environment_arn.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def backend_environment_arn
  @backend_environment_arn
end

#basic_auth_credentials::String

Returns the value of attribute basic_auth_credentials.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def basic_auth_credentials
  @basic_auth_credentials
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def branch_name
  @branch_name
end

#build_spec::String

Returns the value of attribute build_spec.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def build_spec
  @build_spec
end

#compute_role_arn::String

Returns the value of attribute compute_role_arn.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def compute_role_arn
  @compute_role_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def display_name
  @display_name
end

#enable_auto_buildBoolean

Returns the value of attribute enable_auto_build.

Returns:

  • (Boolean)


187
188
189
# File 'sig/types.rbs', line 187

def enable_auto_build
  @enable_auto_build
end

#enable_basic_authBoolean

Returns the value of attribute enable_basic_auth.

Returns:

  • (Boolean)


191
192
193
# File 'sig/types.rbs', line 191

def enable_basic_auth
  @enable_basic_auth
end

#enable_notificationBoolean

Returns the value of attribute enable_notification.

Returns:

  • (Boolean)


186
187
188
# File 'sig/types.rbs', line 186

def enable_notification
  @enable_notification
end

#enable_performance_modeBoolean

Returns the value of attribute enable_performance_mode.

Returns:

  • (Boolean)


192
193
194
# File 'sig/types.rbs', line 192

def enable_performance_mode
  @enable_performance_mode
end

#enable_pull_request_previewBoolean

Returns the value of attribute enable_pull_request_preview.

Returns:

  • (Boolean)


197
198
199
# File 'sig/types.rbs', line 197

def enable_pull_request_preview
  @enable_pull_request_preview
end

#enable_skew_protectionBoolean

Returns the value of attribute enable_skew_protection.

Returns:

  • (Boolean)


188
189
190
# File 'sig/types.rbs', line 188

def enable_skew_protection
  @enable_skew_protection
end

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

Returns the value of attribute environment_variables.

Returns:

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


189
190
191
# File 'sig/types.rbs', line 189

def environment_variables
  @environment_variables
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def framework
  @framework
end

#pull_request_environment_name::String

Returns the value of attribute pull_request_environment_name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def pull_request_environment_name
  @pull_request_environment_name
end

#stage"PRODUCTION", ...

Returns the value of attribute stage.

Returns:

  • ("PRODUCTION", "BETA", "DEVELOPMENT", "EXPERIMENTAL", "PULL_REQUEST")


184
185
186
# File 'sig/types.rbs', line 184

def stage
  @stage
end

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

Returns the value of attribute tags.

Returns:

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


193
194
195
# File 'sig/types.rbs', line 193

def tags
  @tags
end

#ttl::String

Returns the value of attribute ttl.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def ttl
  @ttl
end