Class: Aws::Types::Branch

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

#active_job_id::String

Returns the value of attribute active_job_id.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def active_job_id
  @active_job_id
end

#associated_resources::Array[::String]

Returns the value of attribute associated_resources.

Returns:

  • (::Array[::String])


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

def associated_resources
  @associated_resources
end

#backendTypes::Backend

Returns the value of attribute backend.

Returns:



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

def backend
  @backend
end

#backend_environment_arn::String

Returns the value of attribute backend_environment_arn.

Returns:

  • (::String)


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

def backend_environment_arn
  @backend_environment_arn
end

#basic_auth_credentials::String

Returns the value of attribute basic_auth_credentials.

Returns:

  • (::String)


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

def basic_auth_credentials
  @basic_auth_credentials
end

#branch_arn::String

Returns the value of attribute branch_arn.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def branch_arn
  @branch_arn
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def branch_name
  @branch_name
end

#build_spec::String

Returns the value of attribute build_spec.

Returns:

  • (::String)


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

def build_spec
  @build_spec
end

#compute_role_arn::String

Returns the value of attribute compute_role_arn.

Returns:

  • (::String)


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

def compute_role_arn
  @compute_role_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


92
93
94
# File 'sig/types.rbs', line 92

def create_time
  @create_time
end

#custom_domains::Array[::String]

Returns the value of attribute custom_domains.

Returns:

  • (::Array[::String])


97
98
99
# File 'sig/types.rbs', line 97

def custom_domains
  @custom_domains
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def description
  @description
end

#destination_branch::String

Returns the value of attribute destination_branch.

Returns:

  • (::String)


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

def destination_branch
  @destination_branch
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def display_name
  @display_name
end

#enable_auto_buildBoolean

Returns the value of attribute enable_auto_build.

Returns:

  • (Boolean)


95
96
97
# File 'sig/types.rbs', line 95

def enable_auto_build
  @enable_auto_build
end

#enable_basic_authBoolean

Returns the value of attribute enable_basic_auth.

Returns:

  • (Boolean)


101
102
103
# File 'sig/types.rbs', line 101

def enable_basic_auth
  @enable_basic_auth
end

#enable_notificationBoolean

Returns the value of attribute enable_notification.

Returns:

  • (Boolean)


91
92
93
# File 'sig/types.rbs', line 91

def enable_notification
  @enable_notification
end

#enable_performance_modeBoolean

Returns the value of attribute enable_performance_mode.

Returns:

  • (Boolean)


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

def enable_performance_mode
  @enable_performance_mode
end

#enable_pull_request_previewBoolean

Returns the value of attribute enable_pull_request_preview.

Returns:

  • (Boolean)


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

def enable_pull_request_preview
  @enable_pull_request_preview
end

#enable_skew_protectionBoolean

Returns the value of attribute enable_skew_protection.

Returns:

  • (Boolean)


96
97
98
# File 'sig/types.rbs', line 96

def enable_skew_protection
  @enable_skew_protection
end

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

Returns the value of attribute environment_variables.

Returns:

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


94
95
96
# File 'sig/types.rbs', line 94

def environment_variables
  @environment_variables
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def framework
  @framework
end

#pull_request_environment_name::String

Returns the value of attribute pull_request_environment_name.

Returns:

  • (::String)


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

def pull_request_environment_name
  @pull_request_environment_name
end

#source_branch::String

Returns the value of attribute source_branch.

Returns:

  • (::String)


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

def source_branch
  @source_branch
end

#stage"PRODUCTION", ...

Returns the value of attribute stage.

Returns:

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


89
90
91
# File 'sig/types.rbs', line 89

def stage
  @stage
end

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

Returns the value of attribute tags.

Returns:

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


88
89
90
# File 'sig/types.rbs', line 88

def tags
  @tags
end

#thumbnail_url::String

Returns the value of attribute thumbnail_url.

Returns:

  • (::String)


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

def thumbnail_url
  @thumbnail_url
end

#total_number_of_jobs::String

Returns the value of attribute total_number_of_jobs.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def total_number_of_jobs
  @total_number_of_jobs
end

#ttl::String

Returns the value of attribute ttl.

Returns:

  • (::String)


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

def ttl
  @ttl
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


93
94
95
# File 'sig/types.rbs', line 93

def update_time
  @update_time
end