Class: Aws::Types::Webhook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_filter::String

Returns the value of attribute branch_filter.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def branch_filter
  @branch_filter
end

#build_type"BUILD", ...

Returns the value of attribute build_type.

Returns:

  • ("BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD")


1526
1527
1528
# File 'sig/types.rbs', line 1526

def build_type
  @build_type
end

#filter_groups::Array[::Array[Types::WebhookFilter]]

Returns the value of attribute filter_groups.

Returns:



1525
1526
1527
# File 'sig/types.rbs', line 1525

def filter_groups
  @filter_groups
end

#last_modified_secret::Time

Returns the value of attribute last_modified_secret.

Returns:

  • (::Time)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def last_modified_secret
  @last_modified_secret
end

#manual_creationBoolean

Returns the value of attribute manual_creation.

Returns:

  • (Boolean)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def manual_creation
  @manual_creation
end

#payload_url::String

Returns the value of attribute payload_url.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def payload_url
  @payload_url
end

#pull_request_build_policyTypes::PullRequestBuildPolicy

Returns the value of attribute pull_request_build_policy.



1532
1533
1534
# File 'sig/types.rbs', line 1532

def pull_request_build_policy
  @pull_request_build_policy
end

#scope_configurationTypes::ScopeConfiguration

Returns the value of attribute scope_configuration.



1529
1530
1531
# File 'sig/types.rbs', line 1529

def scope_configuration
  @scope_configuration
end

#secret::String

Returns the value of attribute secret.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def secret
  @secret
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "DELETING")


1530
1531
1532
# File 'sig/types.rbs', line 1530

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def status_message
  @status_message
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def url
  @url
end