Class: Aws::Types::GitHubConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_identifier::String

Returns the value of attribute instance_identifier.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def instance_identifier
  @instance_identifier
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def owner
  @owner
end

#owner_type"organization", "user"

Returns the value of attribute owner_type.

Returns:

  • ("organization", "user")


720
721
722
# File 'sig/types.rbs', line 720

def owner_type
  @owner_type
end

#repo_id::String

Returns the value of attribute repo_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def repo_id
  @repo_id
end

#repo_name::String

Returns the value of attribute repo_name.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def repo_name
  @repo_name
end

#runtime_role_arn::String

Returns the value of attribute runtime_role_arn.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def runtime_role_arn
  @runtime_role_arn
end